a:link {
	font-size: 12px;
	line-height: 20px;
	color: #993300;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #003300;
	text-decoration: none;
}
a.y:link {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
a.y:hover {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
}
a.y:visited {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
