.text {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
a:link {
	color: #000099;
	text-decoration:none;
}
a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}
a:active {
	color: #000099;
	text-decoration:underline;
}

