/* titles */
#page_content_container h1, h2, h3, h4, h5, h6 {
    background-color: #0000e6;
}

/* links */
a:link { color: white; }
#page_content_container ol a:link, #page_content_container ul a:link { color: #80d9ff; }
a:visited { color: silver; }
a:hover { text-decoration-color: white;}

/* text decoration colors */
.emphasized_div {
    border-left: 0.3rem dotted #0000e6;
}

.emphasized_text {
    text-decoration-color: #0000e6;
}

/* button colors */
a.button_open_category {
    background-color: #0000e6;;
}
a.button_open_category:hover {
    background-color: #0000cc;;
}