/* this group sets the normal link colors */



a
{		/* This stops hover flicker */
	margin: 4px;
	padding: 2px;
}
a:link       { color: #FFFFFF; text-decoration: none; font-family: Arial, sans-serif; 
               font-size: 11pt }
A:VISITED {color : white;
text-decoration : none;
font-family: Arial, sans-serif;
font-size: 11pt;


}

A:HOVER {background-color: Silver;
color : white;
text-decoration : underline;
font-family: Arial, sans-serif;
font-size: 11pt;

 text-decoration: none;
	border-style: outset;
	border-width: 0px;
	border-color: silver; 
	margin: 2px;
	padding: 2px;
	background-color: silver;
	color: black;

}

A:ACTIVE {color : red;
text-decoration : none;
font-family: Arial, sans-serif;
font-size: 11pt;

 background-color: white;
}

body, th, td, p, ol, ul, dl, li, dt, dd, p { font-family: Garamond; font-size: 12pt; background-color: #000000; color: 
               #FFFFFF; font-weight: bold }
blockquote {font-family: Arial, sans-serif;
font-size: 10pt;}
h3 {
	color: Navy;
}

hr {
	color: silver;
}