/* CSS Scorecard File */

#title {
  width:auto;
  height:100px;
  font-size:50px;
}
td {
  text-align:center;
  height:50px;
}
.link:link {
color:blue;
}
.link:visited {
color:gray;
}
.link:hover {
color:lightblue;
}
.link:active {
color:yellow;
}
.green {
  color:white;
  background-color:#009900;
  width:100%;
}
table {
  border-collapse:collapse;
}
.chesswidth {
  width:100%;
  font-size:30px;
}
input {
  height:35px;
  font-size:30px;
}
.black {
  color:white;
  background-color:#000000;
}
.table3 {
  table-layout:fixed;
}