BODY {
     background-color: black;
     font: 8pt verdana, helvetica; 
     font-family: verdana, helvetica; 
     color:white;
     font-size: 10pt;
}

TD {
     color:white; 
     font-family: verdana, helvetica; 
     font-size: 10pt
}

.navbar {
     color:white; 
     font-family: verdana, helvetica; 
     font-size: 8pt
}

.HEADER {
     color: white; 
     font: 12pt verdana, helvetica; 
     font-family: verdana, helvetica; 
     font-size: 125%; 
     font-weight: bold;
}

A:link, A:visited, A:active {
     color: #C0C0C0; 
     text-decoration: none;
}

A:hover {
     text-decoration: underline;
}

P {
     font: 8pt verdana, helvetica; 
     color: white; 
     font-family: verdana, helvetica; 
     font-size: 10pt
}

INPUT {
	background-color: black;
	color: white;
}

SELECT {
	background-color: black;
	color: white;
}

TEXTAREA {
	background-color: black;
	color: white;
}


