#navigator,.catListTitle{
background-color: #3CB371;
color:black;
text-shadow:none;
}

.postBody h2{
font-weight:bold;
background-color: #3cb371; 
width: 100%; 
border-radius: 10px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: black;
}

#navList a:hover{
background-color: #F0FFF0; 
}