@charset "utf-8";
/* CSS Document */

/*Copyright of PETER MC DONALD so says the high lord Bethos!! if your reading this */

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.hLink {
    text-decoration: none;
	font-size: 10px;
	color:#C1C617;
}
.hLink:link {	
	text-decoration: none;
	font-size: 10px;
	color:#C1C617
}

.hLink:active {
	text-decoration: none;
	font-size: 10px;
	color:#C1C617;
}

.hLink:visited {
	text-decoration: none;
	font-size: 10px;
	color:#C1C617
}

.hLink:hover {
	text-decoration: none;
	color:#000066;
	font-size: 10px;
}


.footertext {
	color: #000066;
	font-size: 9px;

}