body {
    font-family: "Times New Roman", serif;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 20px;
}

/* Contenedor tipo documento */
.container {
    max-width: 800px;
    margin: auto;
}

/* Títulos */
h1 {
    text-align: center;
    font-size: 32px;
}

h2 {
    font-size: 22px;
    margin-top: 25px;
}

/* Menú estilo web vieja */
.menu {
    text-align: center;
    margin-bottom: 10px;
}

/* 🔥 Enlaces NEGROS estilo web 1.0 */
a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Listas */
ul {
    margin-left: 20px;
}

/* Footer */
.footer {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}