.post
{
 font-family: Tahoma, "宋体", Sans-Serif, monospace;
}

.posthead h2
{
 font-size: 15px;
}

.postbody
{
 padding-top: 20px;
 font-size: 14px;
 line-height: 1.5em;
}
.postbody p
{
 text-indent: 2em;
}
.noIndent p
{
 text-indent: 0;
}

.postbody a,
.postbody a:hover,
.postbody a:active,
.postbody a:link,
.postbody a:visited
{
 text-decoration: underline;
}


.postbody .tips
{
 font-size: 12px;
 color: #999999;
}


/******  gridLines  ******/
table.gridLinesH
{
 border-collapse: collapse;
}
table.gridLinesH td
{
 border-top: 1px solid #B5B8C8;
 border-bottom: 1px solid #B5B8C8;
 border-left: 0px;
 border-right: 0px;
}
table.gridLinesV
{
 border-collapse: collapse;
}
table.gridLinesV td
{
 border-top: 0px;
 border-bottom: 0px;
 border-left: 1px solid #B5B8C8;
 border-right: 1px solid #B5B8C8;
}
table.gridLinesAll
{
 border-collapse: collapse;
}
table.gridLinesAll td
{
 border: 1px solid #B5B8C8;
}
table.gridLinesNone
{
 border-collapse: collapse;
}
table.gridLinesNone td
{
 border: 0px;
}
