body
    {
     letter-spacing:0px;
     color:black;
     font-family:Arial;
     font-size:9pt;
     margin-left:2mm
    }

.box
    {
    width: 250px;
    height: 100px;
    padding: 5px;
    text-align: top;
    border: 5px #C1353E solid;
    background-color: gainsboro;
    -moz-border-radius: 10px;
    }
    
.box2
    {
    width: 800px;
    height: 100px;
    text-align: top;
    padding: 5px;
    background-color: gainsboro;
    -moz-border-radius: 10px;
    }
    
.box3
    {
    width: 305px;
    height: 800px;
    text-align: top;
    background-color:C1353E;
    -moz-border-radius: 10px;
    }
    
.box4
    {
    width: 740px;
    height: 105px;
    border: 3px C1353E solid;
    -moz-border-style: 10px;
    }

#affiliate
    {
     float:right;
     background-color:gainsboro;
     width:125;
     }

#adsense
    {
     float:left;
     }    

table
    {
     border:0;
     }
     