body {
  background: #fff;
}

h1 {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
  font-size: 24px;
  font-weight: normal;
}

h2 {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
  font-size: 20px;
  font-weight: normal;
}

p {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
}

table {
  background: #eeeeff;
  border: 0;
  width; 100%;
}

td {  
  padding: 4px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: normal; 
  color: #000000;
}

li {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: normal; 
  color: #000000;
}

.big {
  font-size: 16px;
}

.subhead {
  font-size: 16px;
  font-weight: bold;
}

.bigger {
  font-size: 20px;
}

.navbar {  
   background: #31309c;
   color: #eeeeff;
}