body { margin-left:5px; margin-right:5px; margin-top:8px; margin-bottom:5px;
}

a:link{color:#b75635;text-decoration : none;}
a:visited{color:#b75635;text-decoration : none;}
a:hover{color:#801817;text-decoration : none;}
a:active{color:#b75635;text-decoration : none;}

* {
  font-family:verdana, sans-serif;
  font-size:8pt;
  }
  
h1 {
  font-family:verdana, sans-serif;
  font-size:10pt;
}

/* Sortable tables */
table.sortable table{
     border:0px;
     border-collapse:collapse;  
}
table.sortable thead {
     
    background-color:#801817;
    color:#FFFFFF;
    font-weight: bold;
    cursor: pointer;
     border:1px solid #801817;   
}
table.sortable td {
      
     border:1px solid #801817;   
}
