body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
	background-color: #ccffff;
	
}

table {
	font-family: Arial, Helvetica, sans-serif;
	
	}

a {
	text-decoration: none;
	color: White;
	font-weight: bold;
	font-size: 10pt;
}

a:hover {
	color: Red;
	text-decoration: underline;
	}

a.plain {
	text-decoration: none;
	color: Black;
	font-weight: normal;
}
a.plain:hover {
	text-decoration: underline;
	color: #000099;
}




