.text {
	font-family: Tahoma, Arial;
	font-size: 10px;

}
input {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 10px;
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	text-align: center;
    color: black;
}

a:link, a:visited, a:active { text-decoration: none; color: #FFA600; }
a:hover { text-decoration: none; color: red; }
