A {
	color : Blue;
	text-decoration : none;
}
A:HOVER {
	color : #FF8000;
	text-decoration : underline;
}
