a:link {
	color: #0033ff;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #0033ff;
	TEXT-DECORATION: none;
	font-weight: normal;
}

a:active {
	color: #9999ff;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #ff0000;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
