BODY,P,TD,DT,DD,LI,H1,H2,H3,H4,H5,H6 {font-family: Arial, Helvetica, Sans-serif;}
I { font-family: Arial, Helvetica, Sans-serif;}

/* dark red text on light blue with yellow text on burgandy with underline for hover */
.text1{ font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #660000; }
A.text1{ TEXT-DECORATION: underline; color: #660000; }
A:active.text1{ color: #660000; text-decoration: underline; }
A:visited.text1{ color: #660000; text-decoration: underline; }
A:hover.text1 { color: red; text-decoration: underline; }

/* white text on bright blue with yellow text on bright blue with underline for hover */
.whiteblue{ font-family:  Arial, Helvetica, sans-serif; font-size: 13px; color: white; }
A.whiteblue{ TEXT-DECORATION: none; color: white; }
A:active.whiteblue{ color: white; }
A:visited.whiteblue{ color: white; }
A:hover.whiteblue { color: yellow; BACKGROUND-COLOR: blue; text-decoration: underline; }

/* navy text on white with burgandy text on white for hover */
.navywhite{ font-family:  Arial, Helvetica, sans-serif; font-size: 13px; color: #000066; }
A.navywhite{ TEXT-DECORATION: none; color: #000066; }
A:active.navywhite{ color: #000066; }
A:visited.navywhite{ color: #000066; }
A:hover.navywhite { color: #990000; BACKGROUND-COLOR: #FFFFCC; text-decoration: underline; }