/* 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, table { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 10pt; 
   text-align: Justify; 
}

h1 { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 14pt; 
   font-weight: bold; 
   margin-bottom: 0px;
}

h2 { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 12pt; 
   font-weight: normal; 
}

p { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 10pt; 
   text-align: Justify; 
}

#UtButton a {
   background-color: #D1D1D1;
   border: solid 1px;
   border-color: #000000;
   color: #000000;
   display: block;
   font-family: Arial,Helvetica; 
   font-size: 10pt;
   font-weight: bold;
   padding: 2px;
   text-align: center;
   text-decoration: none;
   width: 100%;
}

#UtButton a:hover {
   background-color: #20602b;
   color: #FFFFFF;
}

#UtButton li { 
   margin: 0 0 0 0; 
}

#UtButton ul {
   margin: 0;
   padding: 3px;
   list-style-type: none;
}