

.menu {
	font: Arial;
	font-size: 12.0pt;
	font-weight: normal;
	color: Blue;
}
A:LINK, A:VISITED {
	color: White;
	font-size: 12.0pt;
	text-decoration: none;
	font-style: normal;
}

A:HOVER {
	color: yellow;
	font-size: 12.0pt;
	text-decoration: none;
	font : bold;
}

.link {
	color: White;
	font-size: 12.0pt;
	text-decoration: none;
	font-style: normal;
}
