BODY { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
 }

A{
}

.FOOTER { 
	font-size: 7pt;
	text-decoration: none;
	color: yellow; 
}
	
.FOOTER:HOVER { font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: underline;
	color: #ccffff;
 }

a.shortcut { 
	text-decoration: none;
	color: yellow;
 }
	
.shortcut:HOVER { 
	text-decoration: underline overline;
	color: #ccffff; 
}
	
.wasthere { 
	text-decoration: none;
	color: gold;
 }
	
.wasthere:HOVER {
	 text-decoration: underline;
	color: #ccffff;
 }

H1 {
	 font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 32pt;
	font-weight: bold; 
}