.mainlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #CCCCFF;}
	
.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #EFE7FF;
}
A.mainlink:link {
	color:#66FF66;
	text-decoration: none;
}
A.mainlink:visited {
	color:#663399;
	text-decoration: none;
}
A.mainlink:active {
	color:#FF00FF;
	text-decoration: none;
}
