BODY  { 
	font-family: Arial, Helvetica, sansserif;
	background-color: #ffffff; 
	color: #002090;
}

HR  {
	width: 30%;
	height: 3;
	color: #0DA0DE;
}

H1  {
	font-size : 180%;
	font-weight : bold;
}

H2  {
	font-size : 140%;
	font-weight : bold;
}

H3  {
	font-size : 110%;
}

A:Link { 
	color: darkmagenta;
	text-decoration: none;
}

A:Visited  {
	color: darkmagenta;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

A.img:Link { 
	color: White;
	text-decoration: none;
}

EM.much {
	font-size: 120%;
	font-weight: bold;
	display: inline;
}


