body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFCC00;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(assets/images/mouse_pants_down.png);
}
a {
	font-size: 12px;
	color: #FF3333;
}
a:visited {
	color: #3366FF;
}
a:hover {
	color: #CC00FF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 36px;
	color: #000000;
}
h2 {
	font-size: 24px;
	color: #000000;
}
h3 {
	font-size: 18px;
	color: #000000;
}
#NavBar {
	position:absolute;
	width:700;
	height:115px;
	z-index:1;
	left: 162px;
	top: 104px;
}
#Banner {
	position:absolute;
	width:700;
	height:78px;
	z-index:2;
	left: 162px;
	top: 26px;
}
#Hints {
	position:absolute;
	width:700;
	height:28px;
	z-index:3;
	left: 162px;
	top: 219px;
}
#Content {
	position:absolute;
	width:700;
	height:1000;
	z-index:4;
	left: 162px;
	top: 248px;
}
