<STYLE TYPE="text/css">


body {
color:white;

} 


A:link { 
COLOR: white; 
TEXT-DECORATION: none; 
 
} 
A:active { 
COLOR: #FFFFFF; 
TEXT-DECORATION: none; 
 
} 
A:visited { 
COLOR: white; 
TEXT-DECORATION: none; 

} 
A:hover { 
COLOR: orange; 
TEXT-DECORATION: underline; 

}  
 div.contenedora {
position:relative;
margin: auto;
height: 100%;
width: 1000;
background-color: black;
z-index:2000000000;
top:-155
}

