BODY {
  background-color: white;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  margin: 0;
  color: black;
}

.schedule {
  background-color: white;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 7pt;
  margin: 5px;
  color: black;
  text-align: left;
}

.schedulebanner {
  text-align: left;
  background-color: navy;
  color: white;
  font-size: 14pt;
  padding-top: 0.2em;
  padding-bottom: 0em;
}

.schedulebanner td, .schedulebanner div {
  width: 2100px;
  text-align: left;
  float: left;
}

.schedulebanner a {
  font-size: 10pt;
  color: white;
}

.schedulebanner img {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 20px;
  float: left;
}

table.schedule {
  width: 2100px;
}

.schedule td {
  width: 300px;
  vertical-align: top;
  padding-bottom: 1em;
  padding-top: 0.5em;
  padding-left: 1px;
  padding-right: 1px;
}

.schedule div.date {
  background-color: navy;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 11pt;
}

.schedule td.day {
  padding: 0px;
  background-color: red;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 10pt;
}


/*
TABLE {
  border-width: 0;
  border-color: white;
}
*/

A {
  border: 0px;
}

IMG {
  border: 0px;
}

.centerpiece {
  font-size: 10pt;
}

td.centerpiece {
  padding-top: 0em;
  padding-bottom: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
}

.meatbanner {
  text-align: center;
  background-color: navy;
  color: white;
  font-size: 14pt;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

div.meatlinks {
  text-align: center;
  background-color: navy;
  color: white;
  padding-top: 0em;
  padding-bottom: 0.5em;
}

div.meatlinks a {
}

div.meatlinks a.active {
  text-decoration: none;
  color: yellow;
}

.meatlinks a {
  color: white;
  font-size : 9pt;
  font-weight: normal;
}

.slogan {
  font-weight : bold;
  font-size : 20pt;
  line-height: 22pt;
  color : #000088;
  background-color: navy;
  text-align: center;
  padding-bottom: 3em;
}

.teams {
  font-weight : normal;
  font-size : 10pt;
  line-height: 12pt;
  text-align: left;
}

table.teams th.name {
  width: 100px;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
}

table.teams th.coaches {
  width: 325px;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
}

table.teams th.age {
  width: 75px;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
}

td.teams {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
}

.teams a {
  color: black;
  /* margin-left: 5px; */
  font-size : 11pt;
  font-weight: normal;
  /* text-decoration : none; */
  /* vertical-align : middle; */
}

.teams a:hover, a:focus {
  background-color: #C0C0FF;
}

.footer {
  padding-top: 0em;
  padding-bottom: 1.0em;
  padding-left: 0.0em;
  padding-right: 0.0em;
  text-align: center;
  background-color: navy;
  color: white;
  font-size: 8pt;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

