body {
 background: #F4B25E;
 color: black;
 font-family: sans-serif;
 margin: 5px 5px 0 5px;
}

a:link {
 color: #C46B18;
 text-decoration: none;
}

a:visited {
 color: #C46B18;
 text-decoration: none;
}

a:hover {
 color: black;
 text-decoration: underline;
}

#menu {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9.3em;
  background: #EEEBC0;
  padding-top: 1ex;
  padding-bottom: 1ex;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: sans-serif;
  font-weight: bold;
  border-style: solid;
  border-width: thin;
}

a.menuitem {
  text-decoration: none;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
}

a.activemenuitem {
  color: black;
  text-decoration:none;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
}

#content {
  background: #EEEBC0;
  color: black;
  margin-left: 11em;
  margin-right: 0;
  margin-bottom: 1ex;
  padding-top: 1ex;
  padding-bottom: 1ex;
  padding-left: 0.5em;
  padding-right: 0.7em;
  font-family: sans-serif;
  border-style: solid;
  border-width: thin;
}

h2 {
  border-top: thin solid black;
  padding: 0.2em;
  margin-top: 30px;
}

h1 {
  font-size: x-large;
}

img {
  border: none;
}

ul.square {
  list-style-type:square;
}

#address {
  margin-right: 0.5em;
  text-align: right;
  font-size: small;
}

table {
  border: thin black solid;
  border-collapse: collapse;
  margin-top: 10px;
}

table td, table th {
  border: thin black solid;
  padding: 0.2em;
}

table.center {
  border: none;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table.center td, table.center th {
  border: thin black solid;
  padding: 0.2em;
}

table.screenshot {
  border: none; 
  border-collapse: collapse;
  margin-left: auto;  
  margin-right: auto;
}

table.screenshot td, table.screenshot th {
  border: none;
  padding: 20px;
  text-align: center;
}

#news {
  border: thin black solid;
  background: #F4B25E;
  color: black;
  float: right;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  margin-left: 1em;
}

sup.updated {
  color: #FF0000;
  font-size: x-small;
  font-weight: bold;  
}

