BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #000020;
	color : #ffffff;
	text-align : center;
	margin-left : 20%;
	margin-right: 20%;
	font-size: small;
}
TR, TD {
	font-size: small;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px groove;
}
A  {
	color: #00ff00; 
	text-decoration: none; 
}
A:visited  {
	color: #00ff00;
	text-decoration: none; 
}
A:hover  {
	color: #ffff20; 
	text-decoration: underline;
}
H1  {
	font-weight : bold; 
	font-style : normal;
	font-size: normal;
}
H2  {
	font-weight: bold;
	font-size: small;
	width: 100%;
	background: #800000;
	padding-top: 3px;
	padding-bottom: 2px;
}
P  {
	font-style : normal;
	font-weight : normal; 
	color : #e8e8e8; 
}
HR {
	border: none 0;
	border-top: 1px solid #fff; /*the border*/
	width: 65%;
	height: 1px;
	text-align: center;/*this will align it for IE*/
}
.sign  {
	text-align: right;
}
