body {
background: #eaeaea; background-image: url("gris0.jpg"); margin-left: 20; margin-right: 20; margin-top: 40; font-size: medium; font-family: arial;
}

H1 {
text-align: center; font-size: 48; font-family: Times New Roman; color: #cc0000; word-spacing: 10;
}
H2 {
text-align: center; font-size: x-large; font-family: Times New Roman; word-spacing: 8;
}
H3 {
text-align: center; font-size: large; font-family: Times New Roman; word-spacing: 5;
}

DT {
color: #cc0000; font-family: lucinda, "Times New Roman"; font-style: italic; font-size: large;
}

Q {
font-style: normal; color: #006633;
} /* dark green */

BLOCKQUOTE {
font-size: small;
}

A:link {
color: #cc0000;
}    /* dark red */
A:visited {
color: #00009c;
} /* dark blue */
A:active {
color: #a67d3d;
}  /* gold */

SPAN.mrk {
background: yellow;
}

UL LI {
list-style: disc;
}

div.redbox {
width: 95%; background: #cc0000; padding: 20; border: white inset 2px; text-align: center; color: white; font-weight: bold; font-size: large;
}

div.blackbox {
width: 100%; background: black; padding: 10; text-align: center; font-size: x-large; color: white; font-weight: bold; word-spacing: 8;
}

div.whitebox {
width: 100%; padding: 10; background: white; font-size: medium; border: white inset 2px;
}
