@charset "UTF-8";
/* CSS Document */

.game_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #72BA65;
	background-image: url(images/game_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.hline {
	background-image:url(images/dot1.gif);
	background-repeat:repeat-x;
	height:1px;
	margin:10px;
}
form {
	margin:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.txtyellow {
	color: #FFFF00;
	text-decoration: none;
}
.txtblack {
	color: #000000;
	text-decoration: none;
}
.txtwhite {
	color: #FFFFF;
	text-decoration: none;
}
