A:link { color: #1C5ED7 }
A:visited { color: #1C5ED7 }
A:active { color: #1C5ED7 }
A:hover { color: #1C5ED7 }

 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, Arial, Helvetica; font-size: 7.8pt}

.black9 {font-family: Verdana, Arial, Helvetica; font-size: 9pt}
.black12 {font-family: Verdana, Arial, Helvetica; font-size: 12pt; font-style:inherit}

.white78 {font-family: Verdana, Arial, Helvetica; font-size: 7.8pt; color: #ffffff}
.white9 {font-family: Verdana, Arial, Helvetica; font-size: 9pt; color: #ffffff}

.grey78 {font-family: Verdana, Arial, Helvetica; font-size: 7.8pt; color: #787878}

.style7 {
	font-family: Trajan;
	font-size: 14pt;
	color: #1C5ED7;
	}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #1c5ed7;
	font-variant: normal;
}
.blue78 {
font-family: Verdana, Arial, Helvetica; font-size: 7.8pt; color: #1C5ED7
}
.black78 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7.8pt;
	color: #000000;
	font-weight: normal;
}
.souvenir78 {
	font-family: "Souvenir Lt BT";
	font-size: 7.8px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.souv14 {
	font-family: "Souvenir Lt BT";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
}
.souv16 {

	font-family: "Souvenir Lt BT";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
}
.styleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.styleBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #1c5ed7;
}
.styleBodyBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #1c5ed7;
}
.bodyblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

