body {
 background-color: #C4B596;
 margin: 0;
}

a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration  : underline;
}
