body { 
background: #981A26;
text-shadow: 2px 2px #000;
margin: 0px;
}

#pregunta {
text-shadow: 2px 2px #000;
font-size: 30px;
line-height: 20px;
margin-top: 60px;
}

#txt {
font-size: 50px;
}



#lista a {
text-shadow: 1px 1px #000;
font-size: 14px;
text-decoration: none;
background: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0px 2px 0px 2px;
}

#lista a:hover{
background: #EAB11A;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0px 2px 0px 2px;

}

#top {
background: url(top.png) repeat-x;
margin-top: 0px;
height: 20px;
}
