body {
	background-color: #000000;
	color: #FFFFFF;
}
A:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 10pt;
}
A:visited {
	text-decoration: underline;
	color: #66CCFF;
	font-variant: small-caps;
	font-size: 10pt;
}
A:active {
	text-decoration: underline;
	color: #66CCFF;
	font-variant: small-caps;
	font-size: 10pt;
}
A:hover {
	text-decoration: underline;
	color: #66CCFF;
	font-variant: small-caps;
	font-size: 10pt;
}

p,h1,h2,h3,ul {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif
}

h1 {  font-size: medium; 
	font-weight: bold; 
}

h2 {  
	font-size: small; 
	font-weight: bold; 
}

input, select, textarea {
	font-size: 12px;
	border: 1px solid #FF0000;
	font-family: Tahmoa, Geneva, Arial, Helvetica, sans-serif;
}
.currentField {
	color:#000000; 
	background:#FFBBBB; 
}

