body {
  background-image: url('imgs/background.png');
  background-size: cover;
  color: rgba(255,250,240,0.95);
  font-family: "Lucida Console", monospace;
  line-height: 17px; 
  letter-spacing: 0px;
}

.header {
  width: 800px;
  height: 100px;
  background-image: url('imgs/backgroundmap.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgb(255,0,0);
  padding: 10px;
  margin: auto;
  text-align: center;
  line-height: 62px;
}

.slashlinks {
  width: 386px;
  height: 40px;
  background-color: rgb(100,0,0);
  border: 2px solid rgb(255,0,0);
  padding: 10px;
  margin: auto;
  text-align: center;
  line-height: 40px;
}

table{
  margin: auto;
}

.introtxt {
  width: 530px;
  height: 300px;
  background-color: rgb(100,0,0);
  border: 2px solid rgb(255,0,0);
  padding: 10px;
  margin: auto;
  text-align: left;
  position: relative;
  bottom: 58px;
}

.rightbar {
  width: 242px;
  height: 410px;
  background-color: rgb(100,0,0);
  border: 2px solid rgb(255,0,0);
  padding: 10px;
  margin: auto;
  text-align: left;
  line-height: 17px;
  position: relative;
  bottom: 3px;
}

.bottombar {
  width: 530px;
  height: 83px;
  background-color: rgb(100,0,0);
  border: 2px solid rgb(255,0,0);
  padding: 10px;
  margin: auto;
  text-align: center;
  line-height: 45px;
  position: relative;
  bottom: 114px;
}

a:link {
    color: rgb(210,0,0);
        text-decoration: none;
}
a:visited {
    color: rgb(210,0,0);
        text-decoration: none;
}
a:hover {
    color: rgb(255,0,0);
        text-decoration: none;
}
a:active {
    color: rgb(255,0,0);
        text-decoration: none;
}

ul {
  line-height: 20px
}