body
{
  background-color: #CDC3AC;
}

hr
{
	border: 0;
	border-bottom: 2px solid rgb(120, 100, 80);
}

a img
{
  border: 0;
}

a
{
  color: rgb(70, 50, 30);
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#canvas
{
  background-color: #f0f0e1; /* #e2d7c3; */
  width: 790px;
  border: 1px solid black;
}

#header
{
  padding: 1ex;
}

#menu
{
  background-color: #CDC3AC;
  padding: 1ex;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}

#menu a
{
  color: rgb(70, 50, 30);
  font-weight: bold;
  text-decoration: none;
}

#menu a:hover
{
  text-decoration: underline;
}

#content
{
  padding: 1ex;
  padding-top: 2ex;
  padding-bottom: 2ex;
}

#copyright
{
  text-align: right;
  width: 785px;
  font-size: small;
}

h2
{
  font-size: 1em;
  font-weight: bold;
  border-bottom: 2px solid rgb(120, 100, 80);
}
