
body {
	background-color: #FFFFFF;
	margin-left	: 10px;
	font-family	: Arial;	
	font-size	: 10pt;	
}

A:link, A:visited {
	color		: #800000;
	text-decoration	: underline;
}
	
A:hover, A:active {
	color		: #FFA621;
	text-decoration	: underline;
}

