.menu  {
	font-size : 8pt;
	font-weight : Normal;
	color : black;	
	font-family : Verdana;
	text-decoration : none;
}
.menu1  {
	font-size : 8pt;
	font-weight : Normal;
	color : white;	
	font-family : Verdana;
	text-decoration : none;
}
.menu2  {
	font-size : 8pt;
	font-weight : Normal;
	color : blue;	
	font-family : Verdana;
	text-decoration : none;
}
.copy  {
	font-size : 8pt;
	font-weight : Normal;
	color : #808080;	
	font-family : Verdana;
	text-decoration : none;
}

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

}


