.blog {
     background-color    : inherit;
     color               : inherit;
     position            : relative;
}
.blogbody {
     background-color    : #ffffff;
     border-top          : thin solid #666666;
     border-left         : thin solid #666666;
     border-bottom       : thick solid #333333;
     border-right        : thick solid #333333;
     color               : #000000;
     font-family         : georgia, garamond, "times roman", serif;
     font-size           : 13px;
     margin              : 4px 12px;
     padding             : 8px;
}
.comments-body {
     background-color    : #ffffff;
     border-bottom       : 1px dotted #333399;
     color               : #606060;
     font-family         : georgia, garamond, "times roman", serif;
     font-size           : 12px;
     margin-bottom       : 6px;
     padding             : 10px;
}
.comments-head {
     background-color    : #ffffff;
     border-bottom       : 1px dotted #333399;
     color               : #990000;
     font-family         : georgia, garamond, "times roman", serif;
     font-size           : 13px;
     font-weight         : bold;
     margin-top          : 16px;
     margin-bottom       : 6px;     
}
.comments-post {
     background-color    : #c0e0ff;
     color               : #000000;
     font-family         : verdana, tahoma, arial, helvetica, sans-serif;
     font-size           : 12px;
     font-weight         : normal;
}
.navi {
     background          : #ffffff;
     color               : #000000;
     font-family         : verdana, tahoma, arial, helvetica, sans-serif;
     font-size           : 10px;
     text-align          : center;
}