body {
 background-color:#fff;
}
#header {
 background-color:#e8eee6;
}
#menu_and_title {
 background-color:#e8eee6;
}
#footer_menu {
 background-color:#e8eee6;
}
/* Publications is #6D38C8 */
.colourize {
 color: #6D38C8;
}

.thinbottomline {
 border-bottom: 1px solid #6D38C8;
}
.thickbottomline {
 border-bottom: 10px solid #6D38C8;
}
.thintopline {
 border-top: 1px solid #6D38C8;
}
.thicktopline {
 border-top: 10px solid #6D38C8;
}


#leftmenu li a.selected {
    color: #6D38C8;
}

/* hovered title links */
a.title:hover {
 color: #6D38C8 !important;
}

div.article_text_content IMG {
 border-top: 10px solid #6D38C8; 
}
div.article_text_content div.emphasis {
 border-top: 10px solid #6D38C8; 
 border-bottom: 10px solid #6D38C8; 
}
div.article_text_content div.emphasis h4{
  font-weight: bold; 
  color:#6D38C8; 
}
div.article_text_content a,
div.article_text_content a:link,
div.article_text_content a:visited,
div.article_text_content a:hover,
div.article_text_content a:active  {
 color: #6D38C8; 
 text-decoration: none;
}
div.article_text_content h2 a{
 color:#5E6667 !important;
}
div.article_text_content h4 a{
 color:#5E6667 !important;
}

