@charset "UTF-8";
body {
	margin: 15px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Eurostile, Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: #000000;
	letter-spacing: .2em;
}
a:visited {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:link {
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #7edee6;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 5px;
}
