body{
	background-color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
}

a {
	text-decoration: none;
	color: #ccccaa;
	font-weight: bolder;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
p, div {
	text-align: justify;
	margin-top: 0px
	margin-bottom: 0px;
}

h1, h2, h3, h4 {
	color: #FFEEF9;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}

.Paragraph_Lead {
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 0px;
}
.Paragraph_Standard {
	text-align: justify;
	text-indent:25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Paragraph_Hanging{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	text-indent: -25px;
}
.Paragraph_Indented {
	text-align: justify;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
