body{
    font-family:arial,helvetica, sans-serif;
    margin:0;
}

.header-table{
    margin-bottom:5px;
    border-bottom: 2px solid #999999;
    background-color:#333333;
}
.menu-row a{
    color:white;
    display:block;
    text-decoration:none;
    padding:5px;
    text-align:center;
}
.menu-row a:hover{
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
}
.footer-table{
    border-top: 2px solid #999999;
    margin-top: 5px;
    background-color:#666666;
    color:#FFFFFF;
}

.content-table{
    margin:5px;
    min-height: 600px;
 
}
.content-table td{
       vertical-align: top;
}
.warning{
    color: rgb(0, 0, 0);
    font-weight: bold;
    background-color: #fce16b;
}