#blogTitle{
 background:#1C86EE;
}

.blogStats{
     color: #000;
 font-size: 18px;
    height: 30px;
}

#navigator{
      height: 30px;
 line-height: 30px;
  background: #fff;
        
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #000;
}

#navList a:hover {
 background: #1C86EE;
    color: #fff;
}

.catListTitle{
   background: #1C86EE;

}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #1E90FF;
    transition: all 0.4s linear 0s;
}

.postTitle a:hover {
    color: #FF0000;
    margin-left: 10px;
    text-decoration: none;
}



.postCon a:visited, .postCon a:active {
    text-decoration: underline;
}

a:link {
    color: #1C86EE;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}