.newsItem .catListTitle{
           height: 28px;
           border-bottom: #50c3b2 1px solid;
           color: #4c9ec7;
           font-size: 18px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color:#54c58d;
}
#blogTitle a{
   color: #bb6b6b;
}
.postTitle a{
  color: #0d9a8f;
  transition: all 0.4s linear 0s;
}
.postTitle a:hover{
  color: #cd8662;
  text-decoration: none;
  margin-left: 12px;
}
.postCon{
  color: #8b6262;
}
#navList li {
    float: left;
    border-radius: 3px;
    margin: 3px;
    background: #958eba;
    transition: all 0.4s linear 0s;
}
#navList li:hover {
   font-size: 18px;
   background: #7e61ab;
}