.postTitle{
  text-align:center;
  background-color:#fff;

}
.postTitle a {
  color: #6A6796;
  padding: 10px;
  font-weight: bold;
}
h1{
  background-color:#169fe6;
  padding:3px 15px;
  margin:10px 0px;
  border-radius:4px;
}
#navCategory{
         display: block;
         position: fixed;
         right: 0px;
         bottom: 20px;
         padding-left: 10px;
         border: 1px solid #dedede;
         width: 300px;
}
#navCategory ul li{
  list-style-type:none;
}