body { 
background-image : url(../imagenes/fondoprincipal.jpg); 
} 
.menu a:link {
color: #000080;text-decoration: none ;
}
.menu a:hover { 
color : #ff9900; 
text-decoration: underline ;
} 
.menu a:active { 
color : #cccccc; 
} 
.menu a:visited { 
color : #336699; 
}