body {
	font-family: Arial,sans-serif;
	font-size:0.9em ;
	background-color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

table { background-color: #000000;}
 
a          { text-decoration: none; font-size: 14px; color: #B21116; font-family: "Times New Roman", Times, serif }  
a:link     { text-decoration: none; font-size: 14px; color: #B21116; font-family: "Times New Roman", Times, serif }
a:visited  { text-decoration: none; font-size: 14px; color: #B21116; font-family: "Times New Roman", Times, serif }
a:active   { text-decoration: none; font-size: 14px; color: #B21116; font-family: "Times New Roman", Times, serif }
a:hover    { text-decoration: underline; font-size: 14px; color: #B21116; font-family: "Times New Roman", Times, serif } 

input {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-color: #333333;
}
textarea {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-color: #333333;
}

hr {
    color: #B21116;
	}
	
