body {
  color: #808080;
  font-family: arial, sans-serif;
  font-size: normal;
  background-color: white; }
  body .notice {
    color: red; }
  body h1 {
    color: #a29d8a;
    font-size: xx-large; }
  body h3 {
    font-size: small;
    font-weight: normal;
    color: black;
    padding: 0px;
    margin: 0px; }
  body h2 {
    font-size: large;
    font-weight: normal;
    color: #a29d8a;
    padding: 0px;
    margin: 0px; }
  body #logo_big {
    background-image: url('/logo_big.png');
    width: 320px;
    height: 324px; }
  body #logo_medium {
    background-image: url('/logo_medium.png');
    width: 194px;
    height: 194px;
    background-repeat: no-repeat; }
  body #logo_little {
    background-image: url('/logo_little.png');
    width: 111px;
    height: 109px;
    background-repeat: no-repeat; }
  body #menu {
    font-size: small; }
    body #menu li {
      display: inline;
      border-bottom: 2px solid #adadad;
      padding-left: 5px;
      padding-right: 5px; }
    body #menu li.first {
      border-left: 2px solid #adadad; }
    body #menu li.selected {
      border-left: 2px solid #adadad;
      border-right: 2px solid #adadad;
      border-bottom: 4px solid #adadad; }
      body #menu li.selected a {
        color: black; }
    body #menu a, body #menu a:visited, body #menu a:active {
      text-decoration: none;
      color: #adadad; }
    body #menu a:active, body #menu a.selected, body #menu a:hover {
      color: black; }
  body form {
    padding: 10px; }
    body form input {
      margin: 5px; }
    body form .button {
      color: white;
      background-color: black;
      float: right; }
