html {
	height: 100%;
	overflow: hidden;
	}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #CC3300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC3300;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: underline;
	color: #7D3378;
}
