@charset "UTF-8";
/* CSS Document */
/* CSS Document */

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.8em;
	color: #999999;
	background-color: #000000;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FFB200;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.indent {
	text-indent: 2em;
}
.ingress {
	font-size: 1.2em;
	font-style: italic;
	padding-bottom: 1em;
}
.rightspace {
	margin-right: 5px;
}
h1 {
	margin-bottom: 0.1em;
	margin-top: 0em;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-bottom: 0em;
	margin-top: 0em;
}
.rightspaceTen {
	margin-right: 10px;
}
.leftspaceTen {
	margin-left: 10px;
}

