body{
	background: #BF82FD URL("fondo.jpg");
	text-align: center;
	background-repeat: repeat-x;
	color:black
}

a:link 			{ color:maroon }

a:visited 		{ color:white }

a:active 		{ color:white }

a:hover 		{ color:khaki;  text-decoration:none; }

a.color{
	color:purple;
}

H1 
{
	FONT-WEIGHT: bold; 
	COLOR: NAVY;
	text-decoration:underline;
	
}