div.post_comment
{
    font-weight: bold;
}

div.comment_outer
{
    border-style:solid;
    border-width:1px;
    border-color: #999;
    margin-top:3%;
    margin-bottom:3%;
    margin-right:3%;
    margin-left:3%;
}

div.comment_inner
{
    margin-top:3%;
    margin-bottom:3%;
    margin-right:3%;
    margin-left:3%;
}

div.comment_title
{
    font-weight: bold;
    font-size: 130%;
}

div.comment_date
{
     color: #666;
     font-size: smaller;
     font-weight: normal;
}

div.comment_name
{
    color: #3366CC;
    font-weight: bold;
}

div.comment_body
{
    margin-top: 2.0em;
    font-size: 80%;
}

a.post_comment
{
	color: #3366CC;
    	font-weight: bold;
}
