a {
	color : #F3C23F; 
	text-decoration : none;}

a:link {
	color: #F3C23F;
	text-transform: none;
}

a:visited {
	color: #F3C23F;
	text-transform: none;
	text-decoration: none;
}

a:hover {
	color: #F3C23F;
	text-transform: none;
	text-decoration: underline;
}

a:active {
	color: #F3C23F;
	text-transform: none;
	text-decoration: none;
}

BODY {
	text-align:center;
	margin:0;
	background: #252122;
	background-image:url(../_images/bg.jpg);
}

.bodytext {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #BFBFBF;
}

.bodytextitalic {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #BFBFBF;
}

.bodytextbold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.copyright {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
