@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-color: #222;
	left: 0px;
	top: 0px;
}
body,td,th {
	font-family: Century Gothic, Arial, sans-serif;
	color: #C8AC96;
}
table {
	top: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	background-color: #222;
	border: 0px none #000000;
	background-image: url(bg.jpg);
	background-repeat: repeat;
}
.style1 {
	font-size: 9px
}
a:link {
	color: #c8ac96;
	text-decoration: none;
}
a {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 9px;
}
a:visited {
	text-decoration: none;
	color: #c8ac96;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

</style>
