<!--
body {
background-color: #990000; 
color: red; 
margin-top:1px; margin-bottom:1px;
}

p {
font-family: verdana,Arial,default; 
font-size: 8pt;
}

a:link, a:active, a:visited {
color:blue; 
text-decoration:underline;
}

#destination a:link, #destination a:active, #destination a:visited {
color:red;
}

h2,h3, h4, h5, h6 {
font-family: verdana,Comic Sans MS,arial; 
color:white; 
filter: shadow(color=#ff0000, direction=45); 
width:400px;
}

h1 {
font-family: arial,default; 
color:white; 
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#990000, endColorstr=#000000); 
width:400px;
}

th {
color:white; 
background:#c03300; 
font-family: verdana, arial;
}

#dinero a {
font-size:8pt;
}

#dinero a:hover {
color:green;
}

#nolinea a {
text-decoration:none;
}

a:hover {
text-decoration:none;
}

-->