html {
	padding:0;
	margin:0;
}
td img {display: block;}
body {
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
}
p {
	font-size: 9pt;
	color: #000;
	font-family: Verdana, "Century Gothic";
}
H2 {
	font-size: 14pt;
	color: #87CEFA;
}
H3 {
	font-size: 13pt;
	color: #7FFFD4;
}
H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
}
HR {
	color: blue;
	height: 1pt;
}
table {
	margin:0;
	padding:0;
}
#signupbox {
	width:190px;
	color:#FFFFFF;
	padding-top:5px;
	height:50px;
	position:absolute;
	top:380px;
	left:440px;
	background:none;
	z-index:1000;
	background-repeat:no-repeat;
	padding-left:3px;
}
#signupbox input[type=text] { width:125px; }