a:active {
	color: #C30;
	font-weight: normal;
	font-size: 13px;
}
a:hover {
	color: #960;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}
a:link {
	color: #9A7C00;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a:visited {
	font-weight: bold;
	font-size: 13px;
	color: #9A7C00;
}
