.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.text2 {
	font-family: Tahoma, Arial;
	font-size: 14px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
A:link {
	text-decoration: underline;
	color:#993300;
}
A:visited {
	text-decoration: underline;
	color:#993300;
}
A:active {
	text-decoration: underline;
	color:#993300;
}
A:hover { 
	text-decoration: underline;
	color:#FFCC33;
}
