root { 
    display: block;
}

body{
    background-color: #333333;
    color: #FFFFFF;
    font-family: "Arial","Helvetica","sans-serif";
    font-size: 11px;
    margin: 0
}

.body2{
    background-color: #006100;
    /*background-color: #1B2941;*/
}

.body3{
    background-color: black;
}

b{
    color: #006100;
}

a{
    text-decoration: none;
    color: #FFFFFF;
}

a:hover{
    color: greenyellow;
}

ul li{
    margin-bottom: 5px;
}

.top-link a{
    color: black;
    font-weight: bolder;
}

.top-link a:hover{
    color: gray;
}

li{
    margin-bottom: 15px;
}

table.content tr > td{
    padding-bottom: 15px;
}


