a:link, a:active, a:visited 
{
color: #FFFFFF;
text-decoration: underline;
font-family: Arial;
}

a:hover 
{
color: #000000;
text-decoration: underline;
font-family: Arial;
}

BODY 
{
	background-color: #FFFFFF;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
}

#form { 
	width: 100px;
	height: 16px;
	position: relative;
}
.frmInput {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: black;
	border: 1px solid white;
}
.frmSend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	width: 65px;
	color: white;
	background-color: black;
	border: 1px solid white;
}

