a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.fs12 {
	font-size: 14px;
	line-height: 20px;
	color: #666666;

}
.fs10 {
	font-size: 10px;
	color: #666666;

}

