.text {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
input {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
select {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
.border {
	border: 1px solid #9d9d9d;
}
h1 {
	display: inline;
	font-size: 12px;
	color: white;
}

#menu ul { list-style: none; padding: 0px; }
#menu li { background-color: #a66931; border: 1px solid black; }

#menu a:link {color: #000000; text-decoration: none; background-color: #a66931; }
#menu a:visited {color: #000000; text-decoration: none; background-color: #a66931;}
#menu a:hover {color: #000000; text-decoration: none; background-color: #ee994b;}
#menu a:active {color: #000000; text-decoration: none; background-color: #ee994b;}

a:link { width: 100%; color: #ee994b; text-decoration: underline;}
a:visited {width: 100%; color: #ee994b; text-decoration: underline; }
a:hover {width: 100%; color: #ee994b; text-decoration: none; }
a:active {width: 100%; color: #ee994b; text-decoration: none; }