/* CSS Document */
body{
  margin: 0;
  padding: 5px;
  background: #cbb69c;
  color: #361f0c;
}

a:link {
  color: #361f0c;
  text-decoration: underline;
}

a:visited {
  color: #361f0c;
  text-decoration: underline;
}

a:active{
  color: #361f0c;
  text-decoration: underline;
}

#title {
  text-align: center;
}

#menu {
  padding: 5px;
  text-align: center;
}

div.line {
  border-bottom: 2px solid #5e0a0a;
}

div.subline {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #a91e0e;
}

div.box01 {
  padding: 5px;
}

div.footer {
  height: 20px;
  /*padding: 5px;*/
  background: #cbb69c;
  text-align: center;
  font-size: 80%;
}

span.small {
  font-size: 80%;
}
