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: verdana, geneva, sans-serif; font-size: 9 pt}

.white78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #ffffff}
.white8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #ffffff}

.black8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000}
.black10 {font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #000000}
.black12 {font-family: verdana, geneva, sans-serif; font-size: 12pt; color: #000000}
.black16 {font-family: verdana, geneva, sans-serif; font-size: 16pt; color: #000000}

.red8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #AD0000}
.red9 {font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #AD0000}
.red7 {font-family: verdana, geneva, sans-serif; font-size: 7pt; color: #AD0000}
.title {font-family: Franklin Gothic Demi, verdana, geneva, sans-serif; font-size: 15pt; color: #ffffff}

 BODY {
	scrollbar-arrow-color:#336699;
	scrollbar-track-color:#336699;
	scrollbar-shadow-color:#336699;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#336699;
	scrollbar-darkshadow-color:#336699;
	scrollbar-3dlight-color:#336699;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 }

.buttonisovent {

	font-family: "MS Sans Serif", Tahoma, sans-serif;

	font-size: 11px;

	color: #000000;

	background-color: #FFBE4A;

	border: 1px solid #C97602;

}
