@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	font-size: 15px;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.copyright {
	position: absolute;
	z-index: 2;
	right: auto;
	bottom: auto;
}
.aboutbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	position: fixed;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
