body {
scrollbar-face-color: green;
scrollbar-arrow-color: #000000;
scrollbar-shadow-color: #D8D0C8;
scrollbar-highlight-color: gray;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-Color: #707270;
scrollbar-track-Color: black;
background: black;
color: green;
font-weight: bold;
font-family: Times New Roman;
align: justify;
}
A {
text-decoration: none;
color: yellow;
}
A:hover {
text-decoration: underline;
background: #002468;
color: white;
}
A:active {
text-decoration: underline;
background: white;
color: black;
}
.tabla {
border-style: ridge;
border-width: 1;
background: #000000;
}
.titulo {
font-family: Times New Roman;
font-weight: bold;
text-align: center;
color: white;
background: #0a6811;
}
.contenido {
font-family: Times New Roman;
font-weight: bold;
text-align: justify;
color: black;
background: gray;
}
.contenidoL {
font-family: Times New Roman;
font-weight: bold;
text-align: left;
color: black;
background: #000000;
}
.pie {
font-family: Times New Roman;
font-weight: bold;
text-align: right;
color: white;
background: #0a6811;
}
.formulario {
font-family: Times New Roman;
font-weight: bold;
text-align: center;
color: black;
background: #D8D0C8;
}