A:link { color: #0B07AA; }
A:visited { color: #0B07AA; }
A:active { color: #0B07AA; }
A:hover { color: #D40106; } 


td {
	font-family: Arial, Geneva, Sans-serif;
	font-weight: normal;
 	font-size: 7.8pt; 
 	color: #7F7F7F;
}


.smaller {
 	font-family: Arial, Geneva, Sans-serif;
 	font-size: 7.8pt;
 	color: #7F7F7F;
}

.white78 {
 	font-family: Arial, Geneva, Sans-serif;
 	font-size: 7.8pt;
 	color: #ffffff;
}

.white8 {
	font-family: Arial, Geneva, Sans-serif;
	font-size: 8pt;
	color: #ffffff
}

.white11 {
	font-family: Arial, Geneva, Sans-serif;
	font-size: 11pt;
	color: #ffffff
}

.grey8 {
	font-family: Arial, Geneva, Sans-serif; 
	font-size: 8pt;
	color: #7F7F7F
}

.black8 {
	font-family: Arial, Geneva, Sans-serif;
	font-size: 8pt
}




# 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.



