BODY, DIV, LI, OL, TABLE, TD, UL, P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

A:LINK, A:VISITED, A:ACTIVE {
	color: Blue;
}


A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
	font-weight: bold;
}


A.menu {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A.menu:HOVER {
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
}

A.menu:VISITED {
	color: white;
}



