a{
  color: #745950;
  text-decoration: none;
}

a:hover{
  color: #745950;
  text-decoration: underline;
}

body{
  margin: 24px 0px 0px 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  background-color: #745950;
}

p,h1,h2,h3,h4,h5,h6,form{
  margin: 0px;
  font-size: 16px;
}

table{
  font-size: 16px;
}

.menu{
  margin: 8px 16px 7px 0px;
  border-top: 2px dotted #efe7d0;
}