BODY {
    background-color : #800000;
    color : white;
    font-family : Tahoma;
    font-size : 10pt;
    margin-top : 30px;
    margin-bottom : 30px;
    margin-left : 30px;
    margin-right : 30px;
}
A:Link,A:Visited {
    color : #800000;
    text-decoration : none;
}
A:Hover,A:Active {
    text-decoration : underline;
}
.contentBox {
    border-radius : 20px;
    -moz-border-radius : 20px;
    -khtml-border-radius : 20px;
    -webkit-border-radius : 20px;
    width : 600px;
    background-color : white;
    color : black;
    padding : 25px;
    position : relative;
    left : 50%;
    margin-left : -325px;
    -moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black;
}
DIV.navbar {
    background-color : #e8e8e8;
    border-top : 1px solid black;
    border-bottom : 1px solid black;
    margin-left : -25px;
    margin-right : -25px;
    margin-top : 10px;
    padding-top : 6px;
    padding-bottom : 6px;
}
TD {
    background-color : white;
    color : black;
}
TD.content { text-align : left; }
TD.ul { background-image : url('images/corner-ul.gif'); }
TD.ur { background-image : url('images/corner-ur.gif'); }
TD.bl { background-image : url('images/corner-bl.gif'); }
TD.br { background-image : url('images/corner-br.gif'); }
TD.navbar {
    background-color : #e8e8e8;
    border-top : 1px solid black;
    border-bottom : 1px solid black;
}
TH {
    background-color : #800000;
    color : white;
    font-family : Tahoma;
    font-size : 10pt;
    font-weight : bold;
    text-align : center;
}
H1 {
    font-family : Tahoma;
    font-size : 11pt;
    font-weight : bold;
    text-align : center;
}
.footer {
    font-size : 7pt;
    font-weight : bold;
}
.pagegen {
    font-size : 7pt;
    color : gray;
}
.timestamp {
    font-size : 8pt;
    color : gray;
    position : relative;
    left : 15px;
}
