body {
    background: url("local_icons/paper.gif");
    font-family: verdana, Arial, "Gill Sans", sans-serif;
}
h1 {
    font-weight: bold;
    color: black;
    font-family: "Bookman Old Style", verdana, Arial, "Gill Sans", sans-serif;
}
h2 {
    font-weight: bold;
    color: black;
    font-family: "Bookman Old Style", verdana, Arial, "Gill Sans", sans-serif;
}
h3 {
    color: black;
    font-family: verdana, Arial, "Gill Sans", sans-serif;
}
p {
    font-weight: bold;
    margin: 1em;
    font-size: 10pt;
    color: black;
    font-family: "verdana", "Arial", "Gill Sans", sans-serif;
}

p.h1 {
    font-weight: bold;
    color: black;
    font-family: "Bookman Old Style", verdana, Arial, "Gill Sans", sans-serif;
    font-size: 22pt;
    margin: 0em;
}
p.h2 {
    color: black;
    font-family: "Bookman Old Style", verdana, Arial, "Gill Sans", sans-serif;
    font-size: 20pt;
    font-weight: bold;
}
p.h3 {
    color: black;
    font-family: verdana, Arial, "Gill Sans", sans-serif;
    font-size: 14pt;
}


xul, xol {
    /* font-weight: bold; */

    /* color: green; */
    /* font-family: "verdana", "Arial", "Gill Sans", sans-serif; */
}
p.smaller {
    margin: 1em;
    font-size: 8pt;
    font-family: "verdana", "Arial", "Gill Sans", sans-serif;
}
/* <div> stuff </div> */
DIV {
    font-weight: bold;
    color: black;
    font-family: "verdana", "Arial", "Gill Sans", sans-serif;
}
/* class=blah id=big */
#big {
    font-size:18pt;
}

.menu_line {
    text-align: center;
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}
B  { font-weight: bold; }      /* makes the B tag work */
STRONG  { font-weight: bold; } /* makes the STRONG tag work */
I  { font-style: italic; }     /* makes the I tag work */
EM  { font-style: italic; }    /* makes the EM tag work */
.SMALLARIAL   {
    font-weight: normal;     /* used for any smaller text */
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #000000;         /* color is black */  
    text-align: left;
}
