BODY { 
	color: black;
    background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A {
	color: blue;
	text-decoration: none;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
A:link {
	color: blue;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:visited {
	color: purple;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
A:hover   {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	text-decoration: underline; color: red
}
A:active { 
	color: red; 
	background: white; 
	text-decoration: none;
}




/* A.ondark     { font-family: Georgia, serif; color: #FFFFFF;  background: #660099; font-weight: bold; font-size: 100% } */
A.ondark:link {  font-family: Georgia, serif; color: #FFFFFF;  background: #660099; font-weight: bold; font-size: 100% }
A.ondark:visited { color: #FFFFFF; background: #660099; font-family: Georgia, serif; font-weight: bold; font-size: 100% }
A.ondark:active  { color: #FFFFFF; background: #660099; font-family: Georgia, serif; font-weight: bold; font-size: 100% }

/* A.onyellow { color: blue; background: #FFFFCC; } */
A.onyellow:link  { color: blue; background: #FFFFCC; }
A.onyellow:visited { color: purple; background: #FFFFCC; }
A.onyellow:active { color: red; background: #FFFFCC; }




h1
	{
	margin-bottom: 0;
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660099;
	text-align: center;
	}
	
.display
	{
		color: #990032;
	background: transparent; font-weight: bold;
	}
.font130 {font-size: 130%}
