P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : Blue;
}

A:Visited  {
	color : Purple;
}

A:Active  {
	color : Blue;
}

A:Hover  {
	color : Blue;
}

BODY  {}

.capital  {
  color : Yellow;
	background-color : Black;
}

P.report { font-family : Arial;
font-size : 12;
}

.TableHeader {
  background-color : Yellow;
  font-weight : bold;
  font-size : 12;
}

.OddTableRow {
  background-color : #B0B0B0 ;
  font-size : 12;
}
.EvenTableRow {
  background-color : #F0F0F0 ;
  font-size : 12;
}

.RosterOddRow {
  background-color : #D0D0D0 ;
  font-size : 12;
}
.RosterEvenRow {
  background-color : #F0F0F0 ;
  font-size : 12;
}

.StatsHeading {
  font-weight : bold;
  font-size : 14;
  color : Blue
}

.StandingHeading {
  font-weight : bold;
  font-size : 16;
  color : Blue
}

.ResultsTableHeader {
  background-color : Yellow;
  font-weight : bold;
  font-size : 16;
}

P.info { font-family : Arial;
font-size : 12;
}

P.ccafc {
  background-color : Yellow;
  font-weight : bold;
  text-align: center 
}
