
body { 
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  background: #FFF;
}

A:link    { color:#0000D0; text-decoration:none }
A:visited { color:#0000D0; text-decoration:none }
A:active  { color:#0000D0; text-decoration:none }
A:hover   { color:#0080FF; text-decoration:none }

h1 { 
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 22px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #0080FF;
}

h2 { 
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 2px;
  color: #FF8000;
}

h3 { 
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 2px;
  color: #008080;    
}

h4 { 
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 2px;
}

h5 { 
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
}

h6 { 
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 4px;
  color: #FFF;
  background: #000;
}

span.tt {
  font-family: "Courier New",Courier,"Lucida Console",monospaced;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 16px;
}

table.schedule { 
  margin-top: 15px;
  margin-bottom: 15px;
  border-width: 1px;
  border-spacing: 0px ;
  border-style: inset;
  border-color: gray;
  border-collapse: collapse;
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
}

table.schedule td {
  border-width: 1px;
  border-spacing: 0px ;
  border-style: inset;
  border-color: gray;
  padding: 5px;
  vertical-align: top;
}

