

table.menu{
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 1em;
  width: 90%;
  background-color: #f7c324;
}

td.m_item{
  text-align: right;
  padding: 0.3em;
}

td.m_space{
  width: auto;
}

div.footer{
  position: relative;
  margin-right: 15%;
  margin-left: 15%;
  background-color: #fee344;
  text-align: center;
  padding: 0.2em;
  font-size: 50%;
}

body{
  //background-image: url("wyvernwebflamepiece.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
}

table.outer{
  min-width: 30em;
  margin-right: 0%;
  margin-left: 2.5%;
}

td#body{
  height: 350px;
  padding-left: 5%;
  padding-right: 5%;
}

a.navlink{
  font-family: san-serif;
  color: #000000;
  text-decoration: none;
}
a.navlink:hover{
  color: #feedca;
}
a.navlink:active{
  color: #ffffff;
}

