body {
  color: rgb(220, 200, 160);
  background-color: rgb(0, 0, 0);
  font-family: arial;
}

#head {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#main {
  border-top: 1px rgb(220, 200, 160) solid;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
}

#foot {
  width: 100%;
  text-align: center;
  clear: both;
  border-top: 1px rgb(220, 200, 160) solid;
  margin-top: 5px;
  padding-top: 5px;
}

.title {
  /* font-family: Trebuchet MS; */
  font-family: Verdana;
  text-align: center;
  color: rgb(220, 200, 160);
  font-size: 250%;
  font-weight: bold;
}

.navitem {
  font-family: Verdana;
  text-align: center;
  color: rgb(220, 200, 160);
  font-size: 125%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}

a.NavBar:link {
  color: #000000;
  text-decoration: none;
}
a.NavBar:visited {
  color: #000000;
  text-decoration: none;
}
a.NavBar:active {
  color: #000000;
  text-decoration: none;
}
a.NavBar:hover {
  color: #ffffff;
  text-decoration: none;
}

a.pLink:link {
  color: #dcc8a0;
  text-decoration: underline;
}
a.pLink:visited {
  color: #dcc8a0;
  text-decoration: underline;
}
a.pLink:active {
  color: #dcc8a0;
  text-decoration: underline;
}
a.pLink:hover {
  color: #77ff00;
  text-decoration: underline;
}


p {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

.vimpower {
  font-size: 70%;
  text-align: center;
}

.img_noborder {
  border: 0px solid;
  float: center;
  margin-top: 5px;
}

.center_text {
  text-align: center;
}

.content h2 {
  border-top: 1px black solid;
  color: #f6a648;
  padding-top: 5px;
  font-size: 125%;
}

.player {
  padding-left: 80px;
}


