A:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
A:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
A:active { color: #0B07AA }
A:hover { color: #0099FF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8.5pt} 

 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. 

td {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #838383}
.navWhite {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; font-weight: bold}
.headerLarge {  font-family: "Times New Roman", Times, serif; font-size: 24px; color: #003399; font-weight: bolder}
.bodyBlack {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.bodyLarge { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #000000}
.imvLink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #CCCCCC}
.bodyBlackTimes { font-family: "Times New Roman", Times, serif; font-size: 15px; color: #000000 ; font-style: italic}
.nav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal}
