.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A65300;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;

}
a:active {
	color: #CC0000;
}
