a:link {
	color: 333333;
	font-family: MS Sans Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: 333333;
	font-family: MS Sans Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: FF0000;
	font-family: MS Sans Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

