.A {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
A:hover {
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
A:active {
	font-weight: normal;
	color: #336633;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
