A:link { color: #800000}
A:visited { color: #800000 text-decoration: none}
A:active { color: #080000 text-decoration: none}
A:hover { color: #FF6600} 

<!-- 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, 8.pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat} 

td {font-family: tahoma, verdana, geneva, sans-serif; font-size: 8.pt}

.green78 {font-family: tahoma, verdana, geneva, sans-serif; font-size: 8.pt; color: #008080}

.black8 {font-family: tahoma, verdana, geneva, sans-serif; font-size: 8pt; color: #000000}

.white8 {font-family: tahoma, verdana, geneva, sans-serif; font-size: 8pt; color: #ffffff}

.grey78 {font-family: tahoma, verdana, geneva, sans-serif; font-size: 8.pt; color: #A6A6A6}

.dropcapparagraph:first-letter {font-size:200%; font-family: tahoma, verdana, geneva, sans-serif; font-style:regular; font-weight:regular; float:left; color:black;}

sup {font-size: 5.5pt}
