/* should not need to list the subcomponents */
BODY, TH, TD, H1, H2, P, OL, UL, DL, DIV {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #69390F;
}
BODY {
    background: #F6EEE3 url("images/postbg02.jpg");
}
A:link { color:#69390F; }
A:active { color:#69390F; }
A:visited { color:#69390F; }
DIV.center { text-align: center; }
DIV.courtesy { text-align: center; font-size: small; }
TH { color: black; text-align: left; font-weight: normal; }
TH.linktitle { width: 33%; }
TD.title { font-size: x-large; text-align: center; vertical-align: middle; }
P.mailto { font-size: small; }

/*
Stuff that does not work (but should):

HR { text-align: center; width: 80%; }

Old stuff I am not using yet:

    font-size: 120%;
H1 { font-size: 144%; font-style: italic; }
H2 { font-size: 120%; }
TH { font-style: italic;}
PRE { font-family: monospace; }
DIV.holiday { font-weight: bold; font-style: italic; }
DIV.pagefoot, TD.pagefoot {
    font-family: sans-serif; font-size: 80%; text-align: center;
}
DIV.test { font-weight: bold; }
DIV.xref { font-size: 80%; text-align: center; }
SPAN.red { color: red; }
*/
