/* CSS Document */

body {
	background-color: #000000;
	text-align:center;
	margin: 0;
	font-family: Verdana, Courier, sans-serif;
	font-size: 12px;
	}

.wrapper {
	position:relative;
	top: 110px;
	margin:0 auto;
	text-align:center;
	width:950px;
}
body,td,th {
	color: #FFCC00;
}

.wrapper a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.wrapper a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.wrapper a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.wrapper a:active {
	color: #FF0000;
	text-decoration: none;
}
img {
	border:none;
}