.link {
	font-size: 12px;
	line-height: 18px;
	color: #CC9900;
}
a:link {
	font-size: 12px;
	line-height: 18px;
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #FF99CC;
}
a:active {
	font-size: 12px;
	line-height: 18px;
	color: #CC9900;
	text-decoration: none;
}
.font {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

