A:link { color: #0B07AA }
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: geneva, arial, sans-serif; font-size: 9pt}

.black14 {font-family: geneva, arial, sans-serif; font-size: 12pt}

.white78 {font-family: geneva, arial, sans-serif; font-size: 9pt; color: #ffffff}
.white10 {
	font-family: "Benguiat Bk BT", geneva, arial;
	font-size: 14pt;
	color: #ffffff;
	letter-spacing: inherit;
	font-variant: small-caps;
}
.white14 {font-family: geneva, arial, sans-serif; font-size: 14pt; color: #ffffff}

.grey78 {font-family: geneva, arial, sans-serif; font-size: 9pt; color: #636363}

.topbd 	{
		border-top: medium outset #000000;
		border-left: medium outset #000000;
		border-right: medium outset #000000;
		}

.ltbd 	{
		border-left: medium outset #000000;
		}

.rtbd 	{
		border-right: medium outset #000000;
		}

.botbd 	{
	border-bottom: medium outset #000000;
		}
