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: 10px}

.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}

#new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}
.menutitle2 {
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#999900;
	color:#FFFFFF;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
	margin-left: 3px;
}
.menutitle3 {
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#006666;
	color:#FFFFFF;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
	margin-left: 3px;
}
#rightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#669933;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
	margin-left: 5px;
}

.submenu{
margin-bottom: 0.5em;
}
</style>
<style>
.menulines{
border:1px solid white;
}

.menulines a{
text-decoration:none;
color:#000000;
}



body {
	margin: 0px;
}
#linetop {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}

