input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AA811F;
	background-color: #FFD700;
	border-color: #CE9F2C CE9F2C CE9F2C;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

a:link{
	color: Black;
	text-decoration: none;
}
a:visited{
	color: Black;
	text-decoration: none;
}

a:hover{
	color: #D70000;
	text-decoration: underline;
}