body {
  background:url(/png/back.png) repeat-y;
  background-color:rgb(255,255,237);
  scrollbar-base-color: rgb(99,49,0);
}

td {
  font-family:Garamond;
  font-size: 18px;
  color: rgb(99,49,0);
}

a.menu {
  color : rgb(255,255,237);
  text-decoration: none;
}

a {
  color : rgb(99,49,0);
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 21px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

.copyright {
  font-family:Garamond;
  font-size: 12px;
  color: rgb(99,49,0);
}