body { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; }

p { color: #000; font-size: 11px; font-family: Verdana; }

td {}

a:link { color: #000; font-style: normal; text-decoration: none; }

a:visited { color: #a0a0a4 ; text-decoration: none; }

a:hover { color: #06f ; text-decoration: underline; }

a:active { color: red }

.textbox { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	background-color:#EEEEEE;
	border:1 solid black
} 
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	border:1 solid black; 
	border-color: #EEEEEE
}