body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 50px;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #a00000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}