
BODY {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : medium;
	color : Black;
	margin-right : 1px;
	margin-top : 1px;
}


A {
	
	text-decoration : none;
	color : #0000ff;
}

A:HOVER {
	
	text-decoration : underline;
	color : #CC3300;
}


H1 {
	font-size: x-large;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}



