A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;




}
A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
A:active { color: #FFFFFF}
A:hover {
	color: #EFD308;
	text-decoration: none;
} 

 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, geneva, sans-serif; font-size: 7.8pt}

.white78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #FFFFFF}
.white8 {
	font-family: verdana, geneva, sans-serif;
	font-size: 7.8pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-align: left;

}

.black8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000}

.purple78 {font-family: verdana, geneva, sans-serif; font-size: 12pt; color: #003366}
.purple8 {
	font-family: verdana, geneva, sans-serif;
	font-size: 10pt;
	color: #003366;
	letter-spacing: 4px;
	font-weight: 600;


}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #636363}
