/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
}

a, a:link {
  color: #0000FF;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #CC0033;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 584px;
  background-color: #FFFFFF;
  padding: 8px;
}

#game_heading {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

#game_info {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}

#scoreboard_container {
  margin-left: auto;
  margin-right: auto;
  width: 556px;
}

.live_links {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}