body
{
  text-align: center;
  font-family: "Arial";
  font-size: 20px;
  color: #c4d5f1;
  background: #375697;
}

#disclaimer
{
  border: solid #c4d5f1 1px;
  padding: 5px;
}

form, table
{
  display: inline-block;
  text-align: left;
}

input
{
  font-size: 18px;
  color: #375697;
  background: #c4d5f1; 
}

input.submit
{
  width: 100%;
}

table, tr, th, td
{
  border: solid #c4d5f1 1px;
  border-collapse: collapse;
}

th, td
{
  padding: 5px  
}

th
{
  text-align: center;
}

h1
{
  margin: 0px;
}

a
{
  color: #c4d5f1; 
}

img
{
  width: 20px;
  vertical-align: middle;
}
