.text {
	font-family: "Arial";
	font-size: 12px;
}
select {
	font-family: "Arial";
	font-size: 12px;
}
div {
	font-family: "Lucida Sans Unicode";
	font-size: 9px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990066;
	text-decoration: underline;
}

