
body
{
  background-color: white;
}

*
{
  font-family: Arial, Verdana;
  color: black;
  letter-spacing: 1px;
}

a
{
  font-size: 13px;
  color: #00bf04;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

h1
{
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  color: black;
}

#frame
{
  position: absolute;
  width: 500px;
  left: 50%;
  top: 20px;
  margin-left: -250px;
}

#navigation
{
  font-size: 17px;
}

#navigation #links
{
  position: absolute;
  top: 2px;
  right: 2px;
}

.block
{
  background-color: #e1ffe2;
  border: 1px solid #00bf04;
  padding: 2px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
}

#content
{
  text-align: center;
}

#content .error
{
  color: black;
  font-weight: bold;
}

#content .error big
{
  font-size: 30px;
  font-weight: bold;
}

#content .error .cheated
{
  font-size: 18px;
  font-weight: bold;
  color: red;
}

#content a.newgame
{
  font-size: 25px;
  font-weight: bold;
}

#content table
{
  margin-left: 75px;
  border-top: 1px solid #00bf04;
  border-left: 1px solid #00bf04;
}

#content td
{
  text-align: left;
  font-size: 13px;
  padding: 1px;
  border-bottom: 1px solid #00bf04;
  border-right: 1px solid #00bf04;
}

select, input
{
  font-size: 15px;
  font-weight: bold;
  padding: 3px;
  color: black;
}

.text
{
  text-align: justify;
}

.text h1
{
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  color: black;
}

.text ol li
{
  margin-bottom: 20px;
}

.text#list table
{
  position: static;
  margin: 0px;
  border-top: 1px solid #00bf04;
  border-left: 1px solid #00bf04;
}

.text#list table tr.header td
{
  font-weight: bold;
  font-size: 15px;
  padding: 3px;
}

img
{
  width: 55px;
  height: 55px;
  border: none;
}

#footer
{
  margin-top: 20px;
  width: 100%;
  font-size: 11px;
  text-align: center;
}

#footer a
{
  font-size: 11px;
}

#global_footer
{
  text-align: center;
  margin-top: 20px;
}
