/* CSS Document */

A:link    {
  text-decoration: none; 
  color: #C40000;
  text-decoration: none;
}
A:visited {
  color: #C40000;
  text-decoration: underline;
}

A:active {
  color: #C40000;
  text-decoration: none;
}

A:hover {
  color: #C40000;
  text-decoration: underline;
}
TD {
  FONT-FAMILY: Verdana, Helvetica; FONT-SIZE: 14px;
  color: #000000;
  }
  
Coaches {
  FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 10px;
  color: #000000;
  }
  
P {padding-left: 30px; padding-right: 20px;
}

#bottom A:link {
  text-decoration: none; 
  color: #FFFFFF;
  }
#bottom A:active:   {
  color: #FFFFFF;
  text-decoration: underline;
  }
#bottom A:hover {
  color: #C40000;
  text-decoration: underline;
  }
#bottom A:visited:   {
  color: #C40000;
  text-decoration: underline;
  }
.navlist { 
margin:0; 
padding:5;
list-style-type: disc;
margin-left: 50px;}