body {
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FFFF00;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: normal;
}
a.athlete_link:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #003333;
  }
a.coach_link:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #000099;
  }
a.official_link:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #330099;
  }
a.header_link:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #FFFF00;
  } 
a.header_link:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #FFFF00;
  } 
a.header_link:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #FFFF00;
  } 
a.header_link:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color: #FFFF00;
  } 
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #0033FF;
  } 
  a.index_link:link    {
  /* Applies to all unvisited links */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #0033FF;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #0033FF;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #0033FF;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color: #0033FF;
  } .li {
	list-style-type: disc;
}
