body { 
    font-family: Trebuchet MS; 
    font-size: 11px; 
    background-color: #666666 
}
table { 
    font-family: Trebuchet MS; 
    font-size: 11px 
}

textarea { 
    font-family: Trebuchet MS; 
    font-size: 11px 
}

.menu {
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #313031;
    padding: 5px;
}

.menu:hover {
    background-color: #5A8EC6;
}

.toolbar {
    background-color: #313031;
    padding: 5px 0px 5px 0px;
}
