
/* WM Test Stylesheets */
H5 { color: Maroon; background: White; font-size: 140%; font-family: Arial, Verdana; } 
.header1 { color: Maroon; background: White; font-size: 140%; font-family: Arial, Verdana;}

BODY 
{
	color: Navy; 
	background-color: rgb(184,196,218);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

p {font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
}

th {font-family: Arial, Helvetica, sans-serif; 
background: #D0D0D0; 
	font-size: 12pt;
	font-weight: bold;
	
}

td {font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
}

p.margins { margin-left: 20%; margin-right: 20%; }

a:link, a:active, a:visited { color: Navy; 
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* a:visited { color: #0066CC; } */

