
<!--
body {
        background-image: url(gfx/bg.jpg);
        margin-left: 0px;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
}
a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #ffffff;
}
a:link {
        text-decoration: none;
        color: #660000;
}
a:visited {
        text-decoration: none;
        color: #660000;
}
a:hover {
        text-decoration: underline;
        color: #FFFFFF;
}
a:active {
        text-decoration: underline;
        color: #FFFFFF;
}
body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #F3B100;
}
h1,h2,h3,h4,h5,h6 {
        font-weight: bold;
}
h1 {
        font-size: 18px;
}
-->