A:LINK {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : White;
	text-decoration : underline;
}
A:VISITED {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : White;
	text-decoration : underline;
}

A:HOVER {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : Red;
	text-decoration : underline;
}

A:ACTIVE {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : White;
	text-decoration : underline;
}


