.postTitle {
 background: #5F9E2B;
}

.postBody a, .postCon a {
color: #5F9E2B;
text-decoration: none;
}

.postBody a:hover, .postCon a:hover {
background: #5F9E2B;
color: white;
}

#blogTitle .title a::first-letter {
 color: #5F9E2B;
}

#blogTitle .title {
 padding-left:2em;
}

#navList li a:hover {
background: #5F9E2B;
color: white;
}

#blogTitle .title a:hover {
background: #5F9E2B;
color: white;
}



#blogTitle .subtitle {
display:none;
}