body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
 
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #698B22;
	text-decoration: none;
}
a:active {
	color: #CDB38B;
	text-decoration: underline;
}
a:visited {
	color: #8B4726;
	text-decoration: none;
}
a:hover {
	color: #CD2626;
	text-decoration: underline;
	font-weight: bold;
}