body {
 background-color: black;
 margin-top: 20;
 margin-left: 10;
 font-family: Arial, Georgia, Times, "Times New Roman", serif;
 font-size: 11;
 color: white;
 width: 510;
}

.titulo{
 border-bottom: 1px solid #51401c;
 font-weight: 700; 
 font-size: 12;
 
}

.contenido{
border-top: 1px solid #51401c;
font-size: 11;
font-family: Arial, Georgia, Times, "Times New Roman", serif;
}

.fecha{
 font-size: 11;
}

a:link { 
text-decoration:none;
color: #51401c;
cursor: crosshair;
}

a:visited { 
text-decoration:none;
color: #51401c;
cursor: crosshair;
}

a:active { 
text-decoration:none;
color: #51401c;
cursor: crosshair;
}

a:hover { 
text-decoration: none;
border-bottom: 1px dashed #51401c;
color: #51401c;
cursor: crosshair;
}
