a:link { color: #FFFFFF; font-size: 8.5pt; text-decoration: none }
a:visited { color: #FFFFFF; font-size: 8.5pt; text-decoration: none }
a:active { color: #FFFFFF; font-size: 8.5pt; text-decoration: none }
a:hover {text-decoration: underline } 

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

.white78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #ffffff}
.white8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #ffffff}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #A6A6A6}

A.menulink { color: #FFFFFF; font-family: Verdana; font-size: 8pt; text-decoration: none }
A.menulink:hover {text-decoration: underline }

a.urlLinks {color: #800080; font-family: Verdana; font-size: 8pt; text-decoration: none}
a.urlLinks:visited{color: #FF0000; font-family: Verdana; font-size: 8pt; text-decoration: none}
a.urlLinks:active  {color: #000000; font-family: Verdana; font-size: 8pt; text-decoration: none}
a.urlLinks:hover   {color: #800080; font-family: Verdana; font-size: 8pt; text-decoration: underline}

a.bodyLinks {color: #226ABB; font-family: Verdana; font-size: 8pt; text-decoration: underline}
a.bodyLinks:visited{color: #226ABB; font-family: Verdana; font-size: 8pt; text-decoration: underline}
a.bodyLinks:active  {color: #000000; font-family: Verdana; font-size: 8pt; text-decoration: underline}
a.bodyLinks:hover   {color: #FF0000; font-family: Verdana; font-size: 8pt; text-decoration: none}

a.headlines {color: #226ABB; font-family: Verdana; font-size: 14pt;  text-decoration: underline}
a.headlines:visited{color: #226ABB; font-family: Verdana; font-size: 14pt;  text-decoration: underline}
a.headlines:active  {color: #000000; font-family: Verdana; font-size: 14pt; text-decoration: underline}
a.headlines:hover   {color: #FF0000; font-family: Verdana; font-size: 14pt; text-decoration: none}

td { font-family: Verdana; font-size: 10pt}

a.marquee {color: #0000A0; font-family: Verdana; font-size: 8pt; text-decoration: underline}
a.marquee:visited{color: #0000A0; font-family: Verdana; font-size: 8pt; text-decoration: underline}
a.marquee:active  {color: #000000; font-family: Verdana; font-size: 8pt; text-decoration: underline}
a.marquee:hover   {color: #FF0000; font-family: Verdana; font-size: 8pt; text-decoration: none}

.navout  {background-color: #FFFFFF}

.over {background-color: #F9D65B}







