body { margin: 0; }
h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center; 
        margin: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
        margin: 0px;
}

table.standings, table.schedule {
  border-width: 0px;
  border-collapse: collapse;
}

table.standings td, table.schedule td {
  padding: 1px 4px;
  font-size: 11px;
}

table.standings tr.title, table.schedule tr.title {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
  text-transform: uppercase;
}

table.standings tr.title a, table.schedule tr.title  a {
  font-size: 14px;
  color: #FFFFFF;
text-decoration: underline;
}

table.standings tr.title a:hover, table.schedule tr.title  a:hover {
  color: #FF0000;
}

table.standings tr.header, table.schedule tr.header {
  font-weight: bold;
  text-align: center;
}

table.standings tr.header td, table.schedule tr.header td{
  font-size: 10px;
}

table.standings tr.row0, table.standings tr.row1 {
}

table.standings tr.row0 {
  background-color: #CCCCCC;
}

table.standings tr.row1 {

}

table.standings td.team {
}

table.standings a, table.schedule a, #overDiv a {text-decoration: none;}
table.standings a:link, table.schedule a:link, #overDiv a:link {color: #FF0000}     /* unvisited link */
table.standings a:visited, table.schedule a:visited, #overDiv a:visited {color: #FF0000}  /* visited link */
table.standings a:hover, table.schedule a:hover, #overDiv a:hover {color: #000000}   /* mouse over link */
table.standings a:active, table.schedule a:active, #overDiv a:active {color: #000000}   /* selected link */

table.standings td.conf {
}

table.standings td.overall {
}

table.schedule td.inprogress {
  background-color: #FFFF66;
}

table.schedule tr.home {
  font-weight: bold;
}

table.schedule tr.row0 {
  height: 20px;

}

table.schedule tr.row1 {
  height: 20px;
  background-color: #CCCCCC;
}

table.schedule td.result {
}

