.text {
	font-size: 10px;
	font-family: tahoma, "MS Sans Serif", "Microsoft Sans Serif";

}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
