body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFCC99;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
blockquote {
	border: thin dashed #333333;
	text-align: justify;
	margin: 1px;
	width: auto;
	padding: 3px 5px;
}
h1 {
	font-size: 36px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 40px;
	margin-top: 20px;
	padding-bottom: 0px;
	text-transform: lowercase;
}
.copy a,
	.copy a:link,
	.copy a:visited,
	.copy a:active,
	.copy a:hover 
	}
.copy {
	line-height: 16pt;
}

