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

/* links */
a:link { color: #fc8c1d; }
a:visited { color: silver; }
a:hover { text-decoration-color: #e47203;}

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

.emphasized_text {
    text-decoration-color: #e47203;
}