body {
  margin-top: 0px;
  margin-left: 0%;
  margin-right: 0%;
  font-family: Helvetica;
  font-size: 17px;
  color: #002271;
  background: #ACD0FA; 
}

A:link { color: #002271; text-decoration: none; }
A:visited { color: #002271; text-decoration: none; }
A:active { color: #002271; text-decoration: none; }


h1 { font-size: 95%; font-weight: bold; text-align: center; margin-bottom: 0.3em; }
h2 { font-size: 150%; font-weight: bold; text-align: center; }
h3 { font-size: 200%; font-weight: bold; text-align: center; margin-bottom: 1em; }
h6 { font-size: 300%; font-weight: bold; text-align: center; margin-bottom: 1em; }
 
 td.over {background-color: #398DEF; color: #72D0F5; cursor: hand; font-size: 16px; }
 td.out  {background-color: #77B5FD; color: #002271; font-size: 16px; }
 
td { width: 170px; height: 40px; font-size: 16px; font-weight: bold; text-align: center; 
     onMouseOver: this.className="over" onMouseOut: this.className="out" class: out;
	 	border-bottom: solid #002271 3px; 
		border-right:  solid #002271 3px;
		border-top: solid #C2DCF9 3px;
		border-left: solid #C2DCF9 3px;
}

td.noborder {border: none; width: 170px;}

tr{height: 43px}