A:link {
	color: #000000
}
A:visited { color: #0B07AA }
A:active { color: #0B07AA }
A:hover { color: #D40106 }

 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, georgia, sans-serif; font-size: 9pt}

.white78 {font-family: arial, georgia, sans-serif; font-size: 9pt; color: #ffffff}

.orange78 {font-family: arial, georgia, sans-serif; font-size: 9pt; color: #E16F0B}

.black78 {font-family: arial, georgia, sans-serif; font-size: 9pt; color: #000000}

.black11t {font-family: times, georgia, serif; font-size: 12pt; color: #000000}

.grey78 {font-family: verdana, georgia, sans-serif; font-size: 9pt; color: #949494}

.green8 {font-family: verdana, georgia, sans-serif; font-size: 9pt; color: #CEDB00}

.tits {font-family: Arial,Helvetica,sans-serif;color: #bbbbbb;font-size: 16px;font-weight: bold;}

.titi {font-family: Arial,Helvetica,sans-serif;color: #000000;font-size: 16px;font-weight: bold;}

.tith {font-family: Arial,Helvetica,sans-serif;color: #000000;font-size: 14px;font-weight: bold;}

.orangearial {font-family: Arial,Helvetica,sans-serif;color: #E16F0B;font-size: 16px;font-weight: bold;}
