/*小标题优化*/
h3{
color: #fff;
background-color: #008eb7;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px;
margin: 10px 0px;
text-shadow: 2px 2px 3px #404040;
}
/*
#cnblogs_post_body h3 {
    font-size: 18px;
}
code {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #dd0055;
    white-space: nowrap;
    padding: 1px 4px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #fafafa;
}
*/
/*代码美化*/
.cnblogs_code{
  color: red;
}
/*字体放大*/
#cnblogs_post_body p {
    font-size: 16px;
}
/*目录页a标签设置样式*/
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}
a:hover {
    color: #f60;
}

/*body背景色*/
#home {
    margin: 0 auto;
    width: 1200px;
    background-color: skyblue;
}