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

.copy  {
	font-size : 8pt;
	font-weight : Normal;
	color : #C0C0C0;	
	font-family : Verdana;
	text-decoration : none;
}
.texto  {
	font-size : 11pt;
	font-family : Verdana;
}


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

}
