body {
  border-style: none;
  padding-left: 11em;
  font-family: sans-serif;
  color: #c7182e;
  background-image: url(tile.png);
  background-repeat: repeat;
  background-attachment: fixed;
}
p {

}
iframe {
  padding: 0px;
  margin-top: 0px;
  background-color: transparent;
  border: 0;
}
ul.navbar {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: fixed;
  top: 33%;
  left: 2px;
}
ul.navbar li {
  height: 2em;
  background-image: none;
}
a {
  text-decoration: none;
}
a:link {
  color: #393E2C;
  font-weight: bold;
}
a:hover {
  color:  #478D3A;
}
a:visited {
  color: #393E2C;
  font-weight: bold;
}

