a:link {
	text-decoration: none;
	color: ##FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: -2%;
	word-spacing: normal;
	cursor: hand;
}
