#blogTitle h1 a{
color:rgb(75, 162, 184);
text-decoration: none;
}
.blogStats{
margin-top:40px;
visibility: visible;
}
#blogTitle h1{font-size:40px;}

#blogTitle h2{font-size:20px;}

#navList a{font-size:20px;}

#navList{height:60px;}

/*公告栏*/
.newsItem{
  background: beige;
}
.newsItem .catListTitle{
 background: #429891;
}

/*博文标题*/
.mytitle0{
  width: 100%; 
  height: 30px; 
  line-height: 30px; 
  padding-left: 10px; 
  border-radius: 5px; 
  text-align: left; 
  background-color: #00ccff;
}

/*选中文字的效果*/
::selection {
  background: #eb7350;
  color: #fff;
}