body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #336699;
    }
table.bgCol {
    background-color: #6699CC;
    }
img.logo {
    border: 5px solid #336699;
    }
.vertBar {
    border-left: solid 1px #336699;
    border-right: solid 1px #336699;
    }
.horzBar {
    border-top: solid 1px #336699;
    border-bottom: solid 1px #336699;
    }
a:link, a:visited, a:active {
    color: #CC6600;
    text-decoration: underline;
    }
a:hover {
    color: #FF9900;
    text-decoration: underline;
    }
.textbody {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }
