body {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 12px;
	background-color: #666666;

}

td {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

th {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

img
{  border-style: none;
}

p {
	padding: 0px 20px 0px 20px;
}

.body {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 20px;
}

.small {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 9px;
	color: #FFFFFF;
}

.medium {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

.mediumcopy {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	font-style:normal;
}


.big {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
}

.xbig {
	font-family: "Gill Sans MT", "Trebuchet MS";
	font-size: 24px;
	color: #FFFFFF;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#wrapper {
	position:relative;
	top:0px;
	width: 800px;
	height:600px;
	margin: 0 auto;
	z-index:2;

	}
	
#game {
	position:relative;
	top:0px;
	width: 800px;
	height:600px;
	margin: 0 auto;
	z-index:3;
	border: solid white 3px;

	}
	
#rules {
	position:relative;
	top:0px;
	width: 800px;
	height:600px;
	overflow: auto;
	margin: 0 auto;
	z-index:3;
	border: solid white 3px;

	}