DIV#blogTitle .title
{
    color: #ffffff;
    font-size: 18pt;
    font-weight: bold;
    font-family: "verdana", "Arial";
}
DIV#blogTitle .subtitle
{
    color: #ffffff;
    font-size: 10pt;
}
.code
{
    background: #ffffce;
    border: #c0c0c0 1px dashed;
    font-size: 9pt;
    line-height: 12pt;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: "Consolas", "Courier New", "宋体", Courier, mono, serif;
    margin-top: 15px;
    margin-bottom: 15px;
}
.copy
{
    background: #dbeaff;
    border: #c0c0c0 1px solid;
    font-size: 9pt;
    line-height: 15pt;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.quote
{
    border: #c0c0c0 1px dashed; 
    background: #e9e9e9; 
    font-size: 9pt;
    line-height: 12pt;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: "Consolas", "Courier New", "宋体", Courier, mono, serif;
    margin-top: 15px;
    margin-bottom: 15px;
}
.copy img
{
    width: 25px;
    height: 25px;
}
.cuscomment
{
    border: #c0c0c0 1px dashed;
    font-size: 9pt;
    line-height: 20pt;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.fastcomment
{
    color: #ffffff;
    margin-top: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.fastcomment:hover
{
    color: #000000;
    border: #ffffff 1px outset;
    background: #ffffff;
}
.postBody 
{
    font-size:13px;
}
.postBody strong
{
    font-size:12px;
}
.postBody a
{
    border-bottom:1px dashed #3d81ee;    
    color: #3d81ee;
}
.postBody a img
{
    border-bottom:0px;
}
.postBody a:hover
{    
    color: #9CBA39;
}
.postBody h1
{    
    padding-bottom: 5px;
    background-color: #3399FF;
    padding-left: 5px;
    padding-top: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.postBody img
{
    margin-bottom: 20px;
}
div.postCon
{
    font-size:13px;
    color:#444;
}
div.postCon a
{
    font-size:13px;
    border-bottom:1px dashed #3d81ee;    
    color: #399AB2;
}
div.postCon a:hover
{    
    color: #9CBA39;
}