body{
 margin: 0;
 padding:0; 
 background:#8B160F;
 color: #000000;
}
.content{
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    white-space: wrap;
}
.sidebar{
    font-family: verdana;
    font-size: 11px;
    color: #DDDDDD;
    text-decoration: none;
    white-space: wrap;
}
.footer{
    font-family: verdana;
    font-size: 6px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
.header{
    font-family: verdana;
    font-size: 8px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

