body {
	
	background: URL(../imagenes/algebra.gif);
	font-family: arial, helvetica, sans-serif
    }

a:link  {text-decoration: none;
	 color: red;
	}
a:hover {background: orange ;	 
	}
a:visited  {text-decoration: none;
	   color: green;
	}

	



