a {
	color : #FFFF00; 
	text-decoration : underline;}

a:link {
	color: #FFFF00;
	text-transform: underline;
}

a:visited {
	color: #FFFF00;
	text-transform: none;
	text-decoration: underline;
}

a:hover {
	color: #FFFF00;
	text-transform: none;
	text-decoration: none;
}

a:active {
	color: #FFFF00;
	text-transform: none;
	text-decoration: underline;
}

BODY {
	background: #000000;
}

.bodytext {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytextyellow {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFF00;
}

.bodytextitalic {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytextbold {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.mainmenu {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #5F7254;
}

.mainmenu A:link {
color: #5F7254;
text-decoration: none;
}

.mainmenu A:visited {
color: #5F7254;
text-decoration: none;
}

.mainmenu A:hover {
color: #FFFFFF;
text-decoration: none;
}

.bodytextblackb {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}

.bodytextyellowb {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFF00;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;

}

.copyright A:link {
color: #FFFFFF;
text-decoration: underline;
}

.copyright A:visited {
color: #FFFFFF;
text-decoration: underline;
}

.copyright A:hover {
color: #FFFFFF;
text-decoration: none;
}