body, tr {
  font-family: Verdana,Helvetica,"Trebuchet MS",Calibri,Tahoma,Arial,fantasy,sans-serif;
  font-size: 10.5pt;
  margin-left:50px;
  margin-top: 50px;
  #vertical-align: centre;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

table {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

table.sortable tbody tr:nth-child(even) td {
  background-color: #d9e6f2;  
}

table.sortable tbody tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

h1 {
  font-family: Verdana,Helvetica,"Trebuchet MS",Calibri,Tahoma,Arial,fantasy,sans-serif;
  font-weight: normal;
  font-size: 175%;
  #text-shadow: 2px 2px 2px #909090;
}

h2,h3 {
  font-family: Verdana,Helvetica,"Trebuchet MS",Calibri,Tahoma,Arial,fantasy,sans-serif;
  font-weight: normal;
  font-size: 150%;
  #text-shadow: 2px 2px 2px #909090;
}

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

a:visited, a:link, a:active {
  text-decoration: none;
  color: #707070;
}

