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

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

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

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

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