body,head,html{

     background-image: url(gfx/bck.jpg);
     background-repeat:repeat;
     color: 000000;
     font-family: "Trebuchet MS", Helvetica, sans-serif;
     font-size:13px;
     margin-top: 0;
     margin-bottom: 0;
     margin-left: 0;
     margin-right: 0;
}

a{
     text-decoration: none;
     font-family: "Trebuchet MS", Helvetica, sans-serif;
     font-size: 13px;
     color: #ff6600;
}

a:hover{
     text-decoration: underline;
     font-family: "Trebuchet MS", Helvetica, sans-serif;
     font-size: 13px;
     color: #e56c02;
}

td{
    text-decoration: none;
     font-family: "Trebuchet MS", Helvetica, sans-serif;
     font-size: 13px;
     color: #000000;
}