body {background-color: #340500}
#title {
  text-align: center;
  font-family: Aharoni;
  font-style: bold;
  font-size: 90;
  color: Orange;
}
#menu {
  font-family: Calibri;
  font-size: 18pt;
  line-height: 25px;
}
#backlink {
  text-align: center;
  font-style: bold;
  font-size: 18pt;
}
.linkstyle a:link {
  text-decoration: none;
  color: #060606;
}
.linkstyle a:visited {
  text-decoration: none;
  color: #060606;
}
.linkstyle a:hover {
  text-decoration: underline;
  color: #F76C06;
}