div {
	font-family: arial;
	font-size: 11px;
	color: #E2C484;
}
a:link {
	font-family: arial;
	font-size: 11px;
	color: #9E895C;
	text-decoration: none;
}
a:visited {
	font-family: arial;
	font-size: 11px;
	color: #9E895C;
	text-decoration: none;
}
a:hover {
	background-color: #9E895C;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: arial;
	font-size: 11px;
	color: #9E895C;
	text-decoration: none;

}


td {
	font-family: arial;
	font-size: 11px;
	color: #E2C484;
}

input, textarea, select
{ background: #000000;
font-family: arial;
color: #E2C484;
border-style: solid;
border-color: #9E895C;
border-width: 1px; }