

A:LINK, A:VISITED {
	color : Red;
	text-decoration : none;
	background-color : #DAE7FE;
}

A:HOVER {
	color : Blue;
	text-decoration : none;
	background-color : #DAE7FE;
}
