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: 7.8pt}

.green78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #80A000}

.black8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000}

.white8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #ffffff}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #A6A6A6}


.topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	text-decoration:none;
}
.topMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}



.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #18116E;
	padding: 15px;
	text-decoration: none;
	line-height: 15px;
	
}

.header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555DAE;
	padding: 15px;
	text-decoration: none;
	line-height: 15px;
	
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	
}

.link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	
	
}
.BodyContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
}
.Header {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration:none;
	font-weight: bold;
}
.Footer {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #0066CC;
	text-decoration:none;
	font-weight: bold;
}
.Footer a {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #0066CC;
	text-decoration:none;
	font-weight: bold;
}

.issue {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 12px;
	color: #0066CC;
	text-decoration:none;
	font-weight: bold;
}

.mainBackground {
	background-color: #ffffff;
}
.mainDiv {
	background-color: #D0E3F6;
	width: 394px;
	height: 202px;
	text-align: left;
}

.leftBackground {
	background-color: #E3E3EE;
}

.textlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5055B0;
	font-weight: bold;
	padding: 10px;
}

.pricetag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	padding: 10px;
	
}

.newstag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	padding: 9px;
	
}

.subbodytag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration:none;
	padding: 9px;
	
}
.NavigationList {
	text-decoration: none;
        border: none;
}
