body {
    color: #000000; 
    background: #FFFFFF;
    margin: 0px;
}
    
a:link, a:visited {
    background: #FFFFFF; 
    color: #000000; 
    text-decoration: none;
    font-weight: bold;
    }

h3 {
    background: #FFFFFF; 
    color: #000000; 
    border-bottom:1px solid #555555;
}

table tr {
    vertical-align:top;
}

table tr td blockquote{
    margin:0px;
    font-weight:normal;
    font-size:85%;
    font-style:italic;
}

.top-command-bar {
    width: 100%;
    margin: 0;
    background-color: #000;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
