/* Cascading Style Sheet for "North Hunterdon Ice Hockey Club Web Site" site */

a { 
   color: #20602b; 
   font-weight: bold; 
   text-decoration: underline
}

a:visited { 
   color: #20602b; 
   font-weight: bold; 
   text-decoration: underline
}

a:hover { 
   color: #7F7B79; 
   font-weight: bold; 
   text-decoration: underline
}

body, li, p, table { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 13px; 
   text-align: Justify; 
}

h1, .northHeader, .northNewsHead { 
  text-align: left; 
  font-family: Arial,Helvetica;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}
 
.northNewsHead {
  margin-bottom: -10px;
} 
