A:link { color: #990099}
A:visited { color: #993366; font-weight: bold}
A:active { color: #FF3300}
A:hover { color: #CC0099}

 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. 

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}

td {font-family: arial, geneva, sans-serif; font-size: 7.8pt}

.black78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #000000}
.black8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000}

.white8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #ffffff}

.brown9 {font-family: verdana, geneva, sans-serif; font-size: 9pt; color: #330033}

.grey78 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.8pt; color: #636363}



.backdrop {  background-attachment: fixed; background-color: #FF9933; background-image: url(images/alt_background.jpg); background-repeat: no-repeat; background-position: left top}
