a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
A.x:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
A.x:visited {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
A.x:hover {
	text-decoration: underline;
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
}
A.x:active {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

