body { 
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px;
	background-color: #EDEDED;
}
A {
color:#000000;
text-decoration: underline;
}

A:hover {
text-decoration: none;
}

ul { 
	margin-top: 0px; 
	margin-right: 0px;
	list-style: square;
}
