body {
	color: white;
}

.Estilo1 {
	color: white;
	font-family: Futura Lt BT, Verdana, Arial;
	font-size: 12px;
}

.Estilo2 {
	color: gray;
	font-family: Futura Lt BT, Verdana, Arial;
	font-size: 12px;
}

.Estilo3 {
	font-family: Futura Lt BT, Verdana, Arial;
	font-size: 12px;
}

.Estilo4 {
	color: white;
	font-family: Futura Lt BT, Verdana, Arial;
	font-size: 18px;
}

A:link {color: #FFFFFF;text-decoration : none;}
A:visited {color:#FFFFFF;text-decoration : none;}
A:active {color:#FFFFFF;text-decoration : none;}
A:hover {
	text-decoration: none;
	color: gray;
}
 
A.link1:visited {	text-decoration:none;color: Red;}
A.link1:active {text-decoration:none;color: Red;}
A.link1:link {text-decoration:none;color: Red;}
A.link1:hover {
	text-decoration: none;
	color: Gray;
}

ima {
	color: black;
	background: Black;
	border: Black;
}