body {
 background-color: #fff;
}
#header {
 background-color: #e8eee6;
}
#menu_and_title {
 background-color: #e8eee6;
}
#footer_menu {
 background-color: #e8eee6;
}

.colourize {
 /* color: #63D6DD; */
    color: #000;
}

.heading-colourize {
    color: #9A9D96;
}

.security-colourize {
    color: #63D6DD;
}

h1 {
 color: #9A9D96 !important;
}
/* hovered title links */
a.title:hover {
 color:#63D6DD !important;
}

h2#article_title {
color:#63D6DD;
}

div.article_text_content IMG {
 border-top: 10px solid #63D6DD;
}
div.article_text_content div.emphasis {
 border-top: 10px solid #63D6DD !important;
 border-bottom: 10px solid #63D6DD;
}

div.article_text_content div.emphasis h4{
  font-weight: bold;
  color:#63D6DD;
}
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: #63D6DD;
 text-decoration: none;
}

#usermenu li span.divider {
 color:#63D6DD;
}
div.article_text_content h2 a{
 color:#5E6667 !important;
}
div.article_text_content h4 a{
 color:#5E6667 !important;
}

