a:link, a:active, a:visited {
  text-decoration:underline; 
  color:#3399ff;
  }

a:hover {
  text-decoration:none; 
  color:#3399ff;
  }

input 
{
	font-family:Verdana;
	font-size:9pt;
	border-bottom:1px solid;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	margin=2px;
; background-color: #ffffff}
TEXTAREA
{
	font-family:Verdana;
	font-size:9pt;
	border-bottom:1px solid;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	margin=2px;
	}
.button {
  width:85px; 
  text-align:center; 
  font-family:Verdana; 
  font-size:9pt; 
  background-color:#000000; 
  color:white;
  }