body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #D4D5D1;
}


.content {
	width:256px;
	background-color: #E3E3E1;
	text-align: justify;
	padding: 4px;
	
}
.content h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D5D1;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
