body {
       background-color: #ebba66;
}
p.titulo {
       color: #F1FF00;
       font-weight: bold;
       font-size: 34px;
       font-family: sans-serif, serif, cursive;
}
p.subtitulo {
       color: #00EFFF;
       font-weight: bold;
       font-size: 18px;
       font-family: sans-serif, serif, cursive;
}
p.texto {
       color: #0B00FF;
       font-weight: bold;
       font-size: 14px;
       font-family: sans-serif, serif, cursive;
}
p.pie {
       color: #ebba67;
       font-weight: bold;
       font-size: 14px;
       font-family: sans-serif, serif, cursive;
}

p.enlace {
       color: #F5F5DC;
       font-weight: bold;
       font-size: 16px;
       font-family: sans-serif, serif, cursive;
}
a:link {
       color: #F5F5DC;
}
a:vlink {
       color: #F0E68C;
}
a:visited {
       color: #FFD700;
}
li {
       color: #0B00FF;
       font-weight: bold;
       font-size: 14px;
       font-family: sans-serif, serif, cursive;
}
td {
       color: #0B00FF;
       font-weight: bold;
       font-size: 14px;
       font-family: sans-serif, serif, cursive;
}
