body {
  text-align: center;
  background-color: white;
  color: black;
  font-family: Georgia, Verdana, sans-serif;
  margin-top: 0px;
}

h1 {
  display: none;
}

table.game {
  margin-left: auto;
  margin-right: auto; 
  margin-top: 1cm;
  padding: 37px 15px 15px 15px;
  background-image: url(400x400.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.game td {
  border: 1px solid;
  padding: 0;
}

table.highscore {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1cm;
  padding: 33px 0px 15px 0px;
  width: 438px;
  background-image: url(highscores.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

.ruler {
  background-image: url(highscores_line.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 6px;
}

.highscore .score {
  line-height: 180%;
  text-align: right;
}

.highscore .score_me {
  line-height: 180%;
  text-align: right;
  color: red;
}

.highscore th.score {
  text-align: center;
}

.highscore .moves {
  text-align: left;
}

.highscore .moves_me {
  text-align: left;
  color: red;
}

.highscore .name {
  padding: 2px;
  text-align: left;
}

.highscore .name_me {
  padding: 2px;
  text-align: left;
  color: red;
}

.highscore span.date {
  line-height: 160%;
  color: gray;
  font-size: x-small;
  font-style: italic;
}

div.message {
  border: 3px solid;
  padding: 15px;
  position: absolute;
  background-color: white;
  width: 200px;
  height: 100px;
  left: 50%;
  margin-left: -118px;
  top: 237px;
}

input {
  border: 1px solid;
  width: 198px;
  padding: 2px;
  margin-bottom: 10px;
}

img {
  border: 0px;
  display: block;
}

a {
  font-weight: normal;
  font-style: italic;
}

a:link {
  color: #999;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: black;
  text-decoration: none;
}

.new
{
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	color: red;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
