body {
background: #990000; 
color: #000000;
}

H1 {
font: 24pt bodoni, georgia, times, times new roman, serif;
font-style: italic;
line-height: 26pt;
color: #778899;
// letter-spacing: 0.3em;
// word-spacing: 0.15em;
// text-transform: lowercase;
}

H2 {
font: 18pt bodoni, georgia, times, times new roman, serif;
font-style: italic;
line-height: 20pt;
color: #445566;
//letter-spacing: 0.25em;
//word-spacing: 0.12em;
// text-transform: lowercase;
}

H3 {
font: 14pt impact, helvetica, arial, sans-serif;
line-height: 16pt;
color: #112233;
letter-spacing: 0.2em;
word-spacing: 0.1em;
text-transform: uppercase;
}

H4 {
font: 10pt impact, helvetica, arial, sans-serif;
line-height: 12pt;
color: #000000;
letter-spacing: 0.15em;
word-spacing: 0.075em;
text-transform: uppercase;
}

p, th, tr, td, ul, li, blockquote {
font: 9pt helvetica, arial, sans-serif;
line-height: 120%;
color: #000000;
}

.smaller {
font-size: 8pt;
}

.larger {
font-size: 11pt;
}

a:link {
color:#ff3300;
text-decoration:none;
}

a:visited {
color:#990000;
text-decoration:none;
}

a:active {
color:#ffcc00;
text-decoration:none;
}

a:hover {
color:#ffcc00;
text-decoration:underline;
}
