body {
 background-color:#fff;
}
#header {
 background-color:#e8eee6;
}
#menu_and_title {
 background-color:#e8eee6;
}
#footer_menu {
 background-color:#e8eee6;
}
/* skin colour is #A3B900 */
.colourize {
 color: #A3B900;
}

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

/* stick to normal blue for mj??? */
#leftmenu li a.selected {
    color: #A3B900;
}

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

div.article_text_content IMG {
 border-top: 10px solid #A3B900; 
}
div.article_text_content div.emphasis {
 border-top: 10px solid #A3B900; 
 border-bottom: 10px solid #A3B900; 
}

div.article_text_content div.emphasis h4{
  font-weight: bold; 
  color:#A3B900;
}
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:#A3B900;
 text-decoration: none;
}
div.article_text_content h2 a{
 color:#5E6667 !important;
}
div.article_text_content h4 a{
 color:#5E6667 !important;
}

