body, table, tr, td {
	font: 10px arial; 
	color: #9E9645;
	letter-spacing: 1px;}
a:link {
	color: #827C39;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #827C39;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
		cursor: crosshair;
}
a:active {
	text-decoration: none;
	color: #827C39;}
input, textarea, option, select {
	background-color: #FFFFFF;
	font: 9px arial;
	color: #9E9645;
	letter-spacing: 1px;
	border: 1px solid #9E9645;
	padding:2px; }
