body { background-color: #000000;

} h1,h2,h3 {font-weight: bold; font-style: italic;

} h2 {font-size: 18pt;

} a { font-family: 
Century Gothic; font-size: 13px; 
color: white; 
text-decoration: none; line-height: 13px;
 
} a:active { font-family: Century Gothic; 
font-size: 13px; 
color: white; 
line-height: 13px;

 } a:hover { font-family: Century Gothic; font-size: 13px; 
color: white; 
text-decoration: 
overline underline; line-height: 13px;
 
} table { font-family: Century Gothic; 
font-size: 13px; 
color: white; 

} td { font-family: Century Gothic; 
font-size: 13px; color: white; 
 
} div { font-family: Century Gothic; 
font-size: 13px; 
color: white; }

form p {
	width:300px;
	
	clear:both;
}

form p label {
	float:left;
}

form p textarea {
	width: 200px;
}

form p input, form p textarea {
	position:absolute;
	left: 110px;
	float:left;
	color:#000000;
	border: #000000; 
  	border-style: solid; 
	border-width:1px;
}

form p input#submit {
	margin-top:30px;
}

form p input:hover, form p textarea:hover {
	background-color:#E2791C;
}