/*博文小标题*/
#cnblogs_post_body h3 {
    font-family: "微软雅黑";
    letter-spacing:2px;
    background-color: #C6E2FF;
    padding: 0.5em;
/*    border-left: green solid thin;
    border-right: green solid thin;*/
/*    border-radius: 1em;*/
/*    box-shadow: -5px 0px 3px gray;*/
    text-shadow: 0px 0px 5px white;
    transition: all 0.5s;
}

#cnblogs_post_body h3:hover {
    letter-spacing:2px;
    font-family: "微软雅黑";
    background-color: #63B8FF;
}

.postTitle2{
	font-size: 120%;
	font-weight: bold;
	/*border-bottom: 1px solid #9DAAF4;*/
	line-height: 1.5em;
	width: 120%;
	clear:both;
}

.postTitle, .entrylistPosttitle {
    letter-spacing:1px;
    font-weight: bold;
    border-bottom: gray thin solid;
    font-family: "微软雅黑";
}

.postTitle>a:hover {
    color: orange;
}

#header {
margin-left: 2em;
}

#Header1_HeaderTitle {
    font-size: xx-large;
    font-weight: bold;
    color: #090;
    font-family: "微软雅黑", Verdana, Geneva, sans-serif;
    text-decoration: none;
}

/* 表格居中 */
.center {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}


