body {
	color: white;
	font-family: "Verdana", sans-serif;
	background-color: white;
}

div.content {
	text-align: justify;
	font-size: 12px;
	padding: 20px;
	padding-top: 30px;
	margin: 100px auto;
	margin-bottom: 25px;
	border: 1px #5674b9 solid;
	width: 700px; height: 260px;
	line-height: 170%;
}

div.comments {
	text-align: right;
	font-size: 8pt;
	color: #5674b9;
	background-color: #FFFFFF;
	width: 700px;
	margin: 10px auto;
	padding: 0px 0px 0px 5px;
	position: relative;
}