a:link
    {
    text-decoration: none;
    color: #550000;
    }
a:visited
    {
    text-decoration: none;
    color: #550000;
    }
a:hover
    {
    text-decoration: underline;
    color: #AA0000;
    }
body
    {
    background-image: url('../graphics/general/paperbk.gif');
    background-attachment: fixed;
    padding-top: 1em;
    padding-left: 9em;
    padding-right: 4em;
    }
div.navbar
    {
    position: fixed;
    top: 2em;
    left: 1em;
    width: 7em;
    text-align: center;
    }
p.hanging
    {
    text-indent: -1cm;
    padding-left: 1cm;
    }
td.submenu
    {
    top: 3em;
    text-align: left;
    vertical-align: top;
    width: 150pt;
    }
/* generic classes */
.center
    {
    text-align: center;
    }
.left
    {
    text-align: left;
    }
.right
    {
    text-align: right;
    }
.bold
    {
    font-weight: bold;
    }
