A:LINK {
	color: Blue;
	text-decoration : none;
}

A:VISITED {
	color: Blue;
	text-decoration : none;
}

A:ACTIVE {
	color: Blue;
	text-decoration : none;
}

A:HOVER {
	color: #1E90FF;
	text-decoration : underline;
}


.
