body {
  background: #fff;
  color: #000;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  margin-top: 5;
  font-size: 90%; 
}

h1 { 
  font-size: 200%; 
}


h2 { 
  font-size: 150%; 
}

td, tr { 
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 90%; 
}

td.blackborder { 
  border: 3px solid black; 
} 

td.redborder { 
  border: 2px solid red; 
} 

td.rvheading { 
  border: 1px solid red;
  background-color: red; 
  color: white;
  font-size: 80%;  
  font-weight: bold; 
}

td.smallborder {
  border: 1px solid red; 
}

.vsmall { 
  font-size: 80%; 
}

.largeinstructions {
  font-size: 130%; 
  font-weight: bold;
  color: red;  
}

.instructions { 
  font-size: 75%; 
}

A.hover { 
  text-decoration: underline;  
  color: red;  
}

