A:link {color: #ffcc00;}
A:visited {color: #ffcc66;}
A:active {color: #FF9900;}
A:hover {color: #CC6600;} 

 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: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #ffffff;}

.heads {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bolder; color: #ff9900;}

.copy {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #ffffff;}

.subheads {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #ffcc00;}
.black78 {  font-family: verdana, Geneva, san-serif; font-size: 7.8px; color: #FFFFFF}
