body {
  margin-top: 25px;
  margin-left: 10%;
  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; }

   a:hover { 
   font-size: 100%; 
   text-decoration: none;
   color: #72D0F5;
   }

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: 280%; font-weight: bold; text-align: left; margin-bottom: 0px; margin-top: 0px; font-decoration: outline;}
 

