body {
	background-color: #000000;
	color: #CCCCCC;
	font-family:  Arial, Helvetica, sans-serif;
}

p#para {
	text-align: justify;
	line-height: 15px;
}

br#standard {
	text-align: justify;
	line-height: 15px;
}

h1#heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-variant: small-caps;
}

h2#heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-variant: small-caps;
}
	

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}

div#container {
	position: absolute;
	left: 50%;
	width: 800px;
/* 	height: 1000px; */
	margin-top: 0px;
	margin-left: -400px;
	padding: 0px;
	text-align: left;
/*	border-style: dashed;
	border-color: blue;
	border-width: thin; */
}

hr#rule {
	position:relative;
	height:2px;
	width:800px;
	background-color:red;
	border:0
}

div#copyright {
	position: relative;
	top: 5px;
	left: 0px;
	width: 100%;
	height: 50px;
	color: red;
	text-align: center;
	border-style: none;
	border-color: red;
	border-width: thin;
}
