body { 
  font-size: 80%;
  font-family: Verdana, Arial;
  color: #000000;
  background-color: #eeddcc;
  margin: 0px;
  padding: 0px;
}

table.main { 
  margin-top: 100px;
}

td.lang-button { 
  border-left: solid 2px #eeddcc;
  height: 30px;
  width: 100px;
  background-color: #990000;
  text-align: center;
}

div.lang-button { 
  font-weight: bold;
  font-size: 85%;
}

a:link    { color: #ccccbb; text-decoration: none; }
a:visited { color: #ccccbb; text-decoration: none; }
a:hover   { color: #ffffff; text-decoration: none; }
a:active  { color: #ccccbb; text-decoration: none; }

