body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_02.xxx);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.header {
	background-color: #130454;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6350B6;
	height: 22px;
}
.gameButton {
	width: 220px;
	height: 60px;
	background-image: url(../images/b_game02w.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.headerText {
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

