body {
	background-color: #000000;
	font-size:10pt;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
}

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color : #999999; 
}
a:hover { 
	text-decoration: underline; 
	color : #DD6900; 
}

textarea {
	width: 500px;
	height:400px;
}

.copyright {
	font-size:8pt;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
}
