A:link { font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000; text-decoration: none; }
A:visited { font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000; text-decoration: none; }
A:active { font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000; text-decoration: none; }
A:hover { font-family: verdana, geneva, sans-serif; font-size: 8pt; #000000; text-decoration: underline; } 

 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. 

.font-bottom-links { font-family: Verdana; font-size: 8pt; color: #000000;}

A.bottom:link {
	color: #000000;
	text-decoration: underline;
}
A.bottom:visited {
	color: #000000;
	text-decoration: underline;
}
A.bottom:active {
	color: #000000;
	text-decoration: underline;
}
A.bottom:hover {
	color: #000000;
	text-decoration: underline;
}

.Label-Large {  font-family: "Arial Black"; font-size: 18px; font-weight: normal; color: #000000}
