		  body {
		    background-color:#000000;
		    color:#EFEFEF;
		    font-family:Verdana;
		    font-size: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
         }
      td,th {
		    color:#EFEFEF;
		    font-family:Verdana;
		    font-size: 12px; }

		  a { color:white; }
		  a.link { color:white; }
		  a.vlink { color:white; } 
A {
	color: white;
	text-decoration: underline;
	font-family:Verdana;
}

A:Hover {
	color: white;
	text-decoration: none;
	font-family:Verdana;
}

H1 { 
	color: white; 
	padding-left: 2px;
	font-family:Verdana;
	font-size: 15px;
}

H2 { 
	color: white; 
	padding-left: 2px;
	font-family:Verdana;
	font-size: 14px;
}

H3 { 
	color: white; 
	font-family:Verdana;
	padding-left: 2px;
	font-size: 13px;
}

H4 { 
	color: white; 
	padding-left: 2px;
	font-family:Verdana;
	font-size: 12px;
}

H5 { 
	color: white; 
	padding-left: 2px;
	font-family:Verdana;
	font-size: 11px;
}

p { 
	color: white; 
	font-family:Verdana;
	padding-left: 8px;
}

input {
	color: white;
	background-color:#404059;
	font-family:Verdana;
	border:1px 1px 1px 1px;
	border-width:1px;
	border-color: Black;
}

input.button {
	color: white;
	background-color:#404059;
	border:1px 1px 1px 1px;
	border-width:1px;
	border-color: White White White White;
	font-family:Verdana;
}

select {
	color: white;
	background-color:#404059;
	border:1px;
	border-color: White White White White;
	font-family:Verdana;
}

textarea {
	color: white;
	background-color:#404059;
	font-family:Verdana;
	border:1px 1px 1px 1px;
	border-width:1px;
	border-color: Black;
}