html,body {
	height: 100%;
	margin: 0px auto;
	background-color: #050402;
	scrollbar-arrow-color : White;
	scrollbar-3dlight-color: #202020;
	scrollbar-track-color: #202020;
	scrollbar-face-color: #3d3d3d;
	scrollbar-base-color: #3d3d3d;
	scrollbar-darkshadow-color: #3d3d3d;
	scrollbar-highlight-color: #3d3d3d;
	scrollbar-shadow-color: #3d3d3d;
	
_margin: 0px;	
}

.h1{
	font-family: Arial;
	font-size: 40px;
	color: #ffffff;
}
.h2{
	font-family: Arial;
	font-size: 30px;
	color: #66ccff;
	}
.text11Colour {
	font-family: Arial;
	font-size: 11px;
	color: #66ccff;
}
a:link {
	color: #66ccff;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: White;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #66ccff;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #cda887;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.bodyTextWhite {
	color: white;
	font-family: Arial;
	font-size: 11px;

}
.headingTextgrey {
	color: #CCCCCC;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.bodyTextgrey {
	color: #CCCCCC;
	font-family: Arial;
	font-size: 11px;
}
a:h1 {
	color: #CCCCCC;
	font-family: Arial;
	font-size: 14px;

}
h1 {
	color: #cba380;
	font-family: georgia;
	font-size: 24px;

}
.splashbanner {
	padding: 50px;
}
.enterbanner {
	padding: 50px;
}

.cellBox {
	border: 1px solid #636363;
	background-color: #2c2c2c;
	color: #66ccff;
	font-size: 11px;
	font-family: Arial;
}
.cellBoxHeading {
	background-color: #232323;
	color: #66ccff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}	