/* HTML Elements */
body, html {
	font: 10pt/1.25 "Gill Sans MT", "Verdana", sans-serif;
	margin:  0px;
	cursor: default;
	background-color: #000;
	color: #fff;
	}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	cursor: hand;
	color:  #ff9933;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited {
	color: #fff;
	font-weight: bold;
	font-style: oblique;
	}
h1 {
	color: #fff;
	font-weight: bold;
	font: 16pt/1.25 "Gill Sans MT", "Verdana", sans-serif;
	text-transform: uppercase;
	}
h2 {
	color: #fff;
	font-weight: bold;
	font: 14pt/1.25 "Gill Sans MT", "Verdana", sans-serif;
	text-transform: uppercase;
	}
ul li {
	list-style-type: none;
	}
