input {
  background-color: #FFFFFF;
  font-size: 12px;
}
td, th{ 
  font-size: 12px;
}
td.right {
  font-size: 10px;
}
#body {
  position: absolute;
  left: 50%;
  height: auto;
  width: 800px;
  margin-left: -400px;
  border: 1px solid white;
  text-align: center;
}

body {
  font-family: trebuchet ms,arial,verdana,sans serif;
  font-size: 10px;
  background-color: #000025;
  color: #FFFFFF;
}
td.center {
  text-align: center;
  border: 1px solid white;
}
td.links {
  text-align: center;
  border-width: 1px 1px 0 1px;
  border-color: white;
  border-style: solid;
  background-color: #000025;
  width: 100px;
}
th {
  text-align: center;
  font-size: 12px;
  border:1px solid white;
}
#title {
  height: 100px;
}
#links {
  height: 25px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: white;
}
#best {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
table{
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
table.links{
  table-layout: fixed;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
}1
form {margin: 0;}
select {font-size: 12px;}
p {
  font-size: 12px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
ol {
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 12px;
}
p.center {
  text-align: center;
}

#error {
  color: #ff0000;
}

#error2 {
  color: #ff0000;
}