a:link {
	color: #FFFFCC;
	text-decoration: underline;
}

a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}

a:hover {
	background: #FFFFCC;
	color: #000000;
	text-decoration: none;
}

a.menutext:link {
	color: #FFFFCC;
	text-decoration: underline;
}

a.menutext:visited {
	color: #FFFFCC;
	text-decoration: underline;
}

a.menutext:hover {
	background: #FFFFCC;
	color: #000000;
	text-decoration: none;
}

a.yellow:link {
	color: #FFFF33;
	font-weight: bold;
	text-decoration: underline;
}

a.yellow:visited {
	color: #FFFF33;
	font-weight: bold;
	text-decoration: underline;
}

a.yellow:hover {
	background: #FFFF33;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* body {
	scrollbar-3dlight-color: #0099CC;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-darkshadow-color: #003300;
	scrollbar-face-color: #003399;
	scrollbar-highlight-color: #000033;
	scrollbar-shadow-color: #000033;
	scrollbar-track-color: #000066;
}
*/
.bodytext {
	color: #FFFFCC;
	font-family: "Comic Sans MS", "Verdana Ref";
	font-size: 15px;
	line-height: 22px;
}

.menutext {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.yellow {
	color: #FFFF33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
