BODY
{
	background: white;
}
#leftColumn
{
	text-align: center;
	margin-top: 50px;
}
.commentAuthor
{
	color: maroon;
}
#mainItem
{
	border: 0px;
}
#mainItem H1
{
	font-size: 1.5em;
	text-align: center;
}
#commentEntry
{
	text-align: right;
}

#commentEntry .text
{
	height: 75px;
}
.commentAuthor
{
	float: none;
}
div.commentBody
{
	margin-left: 20%;
	padding: 0px;
}