.menu  {
	font-size : 10pt;
	font-weight : Normal;
	color : black;	
	font-family : Verdana;
	text-decoration : none;
}
.blue  {
	font-size : 10pt;
	font-weight : bold;
	color : green;
	font-family : Verdana;
	text-decoration : none;
}
.list  {
	font-size : 10pt;
	font-weight : bold;
	color : green;
	font-family : Verdana;
	text-decoration : none;
}
.umomento {
	font-size : 10pt;
	color : darkblue;
	font-family : Verdana;
	text-decoration : none;
}

A:hover  {
	color : red;
	text-decoration : underline;

}



