/* this group sets the normal link colors */

A:LINK {color : Maroon;
text-decoration: none;
font-size: 9pt;
 background-color: White;
}

A:VISITED {color : Maroon;
text-decoration : none;
font-size: 9pt;
 background-color: White;
}

A:HOVER {background-color: #CCFFCC;
color : #003300;
text-decoration : underline;
font-size: 9pt;}

A:ACTIVE {color : #228B22;
text-decoration : none;
font-size: 9pt;
 background-color: White;
}

body,th,td,p,ol,ul,dl,li,dt,dd,p {font-family: Arial, sans-serif;
font-size: 10pt;}

blockquote {font-family: Arial, sans-serif;
font-size: 10pt;}






