/*生成博客目录的CSS*/
#mysideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#mysideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#mysideBarContents dl{
    margin:0;
    padding:0;
}

#mysideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#mysideBarContents dd, dt {
    cursor: pointer;
    margin-left:15px;
}

#mysideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
body{
    color: #444444;
    word-wrap: break-word;
    font-family: DejaVu Sans Mono,微软雅黑;
    font-size:14px;
}
p {
   font-size:14px;
}
.postTitle2 {
    font-size: 20px;
    text-align:center;
}
.postTitle {
    
}
h2, h3, h4, h5, p {
    margin-bottom: 16px;
    padding: 0;
}

h2 {
    font-size: 28px;
    border-bottom: 1px solid;
}
h3 {
    font-size: 22px;
    margin: 20px 0 6px;
    font-weight: bold;
    color:#3468A4
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 16px;
}
ul, ol {
    font-size:15px;
}