A {
	text-decoration : none;
	color : #000099;
}

A:HOVER {
	color : #FF6633;
	text-decoration : underline;
	font-weight : bold;
}

A:VISITED {
	text-decoration : none;
	color : Gray;
}



