body {
    color : white;
    background-color : navy;
}

a:link {
    color : yellow;
    text-decoration : none;
}

a:visited {
    color : white;
    text-decoration : none;
}

a:hover {
    text-decoration : underline;
}

div.Novedades a:link {
    text-decoration : underline;
}

div.Novedades a:visited {
    color : purple;
    text-decoration : underline;
}

div.Accede a:link, div.Accede a:visited,
p.Validado a:link, p.Validado a:visited {
    text-decoration : underline;
}

h1 {
    font : italic 24pt serif;
}

ul li {
    list-style-type : none;
    text-align : center;
    font : 16pt/30pt sans-serif;
}
