body
{
  background: #fff;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #444;
  line-height: 1.4em;
}

table#content
{
  width: 100%;
  height: 100%;
}

table#content td
{
  text-align: center;
  vertical-align: middle;
  height: 100%;
}

h1
{
  font-size: 12pt;
}

h2
{
  font-size: 12pt;
}

img
{
  border: none;
}

p.disclaimer
{
  color: #666;
  font-size: 8pt;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p.clicktoenter
{
  color: #666;
  font-size: 8pt;
  text-transform: lowercase;
}

ul#menu
{
  list-style: none;
  padding: 0;
  margin-left: 0;
}

ul#menu a
{
  text-decoration: none;
  padding: 0.5em;
  color: #444;
  font-weight: bold;
  font-size: 12pt;
  display: block;
  width: 400px;
  border: 1px solid #bbb;
  background: #eee;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}