
table,td {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;


}

td.bg_fade {
	background-attachment: scroll;
	background-image: url(../images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


a:link {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Verdana, sans-serif;
	color: #82EC02;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

body {
	background-color: #000000;
}