A:link {
	color: #ff8800;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a.nav:link {
	font-family:  Impact;
	color: #ffff00;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
}
a.nav:visited {
	font-family:  Impact;
	color: #ffff33;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
}
a.nav:hover {
	font-family:  Impact;
	color: #ffc;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
}
a.nav:active {
	font-family:  Impact;
	color: #cccc00;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
}

a.subnav:link {
	color: #ffff33;
	text-decoration: none;
	font-weight: 100;
	font-size: 15px;
}
a.subnav:visited {
	color: #ffff00;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a.subnav:hover {
	color: #cc0;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a.subnav:active {
	color: #ffc;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}



h1 {font-size: 19px; font-weight: bold; text-decoration: none;}
h2 {font-size: 15px; font-weight: bold; text-decoration: none;}

span {font-size: 13px}
body, td, th {
font-family:  "Comic Sans MS";
font-size: 13px; 
}
body {
	background-color: #FFFFFF;
	scrollbar-3dlight-color: #FF6600;
	scrollbar-face-color: #FFCC00;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FF3300;
	scrollbar-highlight-color: #FFFF00;
	scrollbar-shadow-color: #FF9900;
	scrollbar-track-color: #FFFFFF;
}


