@charset "UTF-8";
table.game{
  border-width : 1px;
  border-style : solid;
  border-color : black;
  text-align : center;
  border-collapse : collapse;
  width : 100%;
  margin-left : auto;
  margin-right : auto;
}
.game th{
  border-width : 1px;
  border-style : solid;
  border-color : black;
  font-weight : normal;
  text-align : center;
  background-color : silver;
  font-size : 8pt;
}
.game td{
  border-width : 1px;
  border-style : solid;
  border-color : black;
  font-weight : normal;
  text-align : center;
}
.game a{
  height: 100%;
  display: block;
  padding: 10px;
  text-align: center;
}
.game0{
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : silver;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 528px;
}
table.game2{
  border-width : 1px;
  border-style : solid;
  border-color : silver black black;
  text-align : center;
  border-collapse : collapse;
  width : 500px;
  margin-left : auto;
  margin-right : auto;
}
.game2 th{
  border-width : 1px;
  border-style : solid;
  border-color : silver;
  font-weight : normal;
  text-align : center;
  background-color : silver;
  font-size : 8pt;
}
.game2 td{
  border-width: 1px;
  border-style: solid;
  border-color: silver;
  font-weight: normal;
  text-align: center;
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  width: 25%;
}
.game3 a{
  height: 100%;
  display: block;
  padding: 0px;
  text-align: center;
}
.score{
  font-size : 24pt;
}
.red{
  color : red;
}
