#colDay {
  text-align: left;
  width: 4%;
}
#colDate {
  text-align: right;
  width: 3%;
}
#colMonth {
  text-align: center;
  width: 4%;
}
#colVenue {
  text-align: center;
  width: 2%;
}
#colOpponents {
  text-align: left;
  width: 28%;
}
#colComp {
  text-align: left;
  width: 8%;
}
#colOutcome {
  text-align: left;
  width: 2%;
}
#colScore {
  text-align: left;
  width: 5%;
}
#colScorers {
  text-align: left;
  width: 44%;
}
#colScorersAlt {
  text-align: left;
  width: 40%;
}
#colAttendance {
  text-align: right;
  width: 4%;
}
#row1 {
  font-family: Verdana;
  font-size: x-small;
}
#row2 {
  font-family: Verdana;
  font-size: x-small;
  background-color: #d5fed1;
}
.homeopponents {
  font-weight: bold;
  text-transform: uppercase;
}
a:link {
  color: #000099;
  text-decoration: underline;
}
a:visited {
  color: #000099;
  text-decoration: underline;
}
a:hover {
  color: red;
  text-decoration: underline;
}