body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(assets/images/mouse_background.png);
}
a {
	font-size: 12px;
	color: #CC99FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFF00;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
}
h2 {
	font-size: 24px;
	color: #FFFFFF;
}
h3 {
	font-size: 18px;
	color: #CCCCCC;
}
#NavBar {
	position:absolute;
	width:135px;
	height:592px;
	z-index:1;
	left: 1px;
	top: 184px;
}
#Banner {
	position:absolute;
	width:670px;
	height:166px;
	z-index:2;
	left: 191px;
	top: 133px;
}
#Hints {
	position:absolute;
	width:700;
	height:28px;
	z-index:3;
	left: 172px;
	top: 329px;
}
#Content {
	position:absolute;
	width:789px;
	height:1000;
	z-index:4;
	left: 139px;
	top: 361px;
}
