html, body {
  margin: 0;
  padding: 0;
  color: #121212;
  background-color: black;
  background-image: url("images/bg.png");
  background-repeat: repeat;
}

h1 {
  font-family: verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: maroon;
  margin-top: 4px;
  margin-bottom: 4px;
}

.h {
  color: #500100;
  background-color: #500100;
  width: 100%;
  height: 2px;
  font-size: 2px;
  margin-bottom: 4px;
}

.outb {
  width: 800px;
  border-width: 6px;
  border-style: solid;
  border-color: black;
}

.head {
  height: 250px;
  background-image: url("images/head.jpg");
  background-repeat: repeat-x;
}

.head img {
  margin-bottom: 12px;
}

.foot {
  background-image: url("images/foot.jpg");
  background-repeat: repeat;
}

.con {
  font-family: verdana, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: black;
}

.con a {
  color: maroon;
  background-color: transparent;
  text-decoration: none;
}

.nav {
  width: 174px;
  height: 100%;
  background-image: url("images/nav.jpg");
  background-repeat: repeat-y;
}

.navt {
  width: 170px;
  height: 100%;
}

.navtd {
  width: 170px;
  font-family: monospace, serif;
  font-size: 12px;
  line-height : 17px;
}

.navlk {
  font-size: 18px;
  font-weight: bold;
  color: maroon;
  background-color: transparent;
  text-decoration: none;
}

.navimp {
  font-family: monospace, serif;
  font-size: 11px;
}

.navimp a {
  color: maroon;
  background-color: transparent;
  text-decoration: none;
}

.pana {
  border-style: solid;
  border-width: 1px;
  border-color: maroon;
}

.discl {
  font-size: 11px;
  line-height: 14px;
  text-align: justify;
}

.discl h2 {
  font-size: 14px;
}

.discl h3 {
  font-size: 13px;
}

.camt {
  border-style: solid;
  border-width: 1px;
  border-color: maroon;
}

.camimg {
  width: 320px;
  height: 240px;
  background-color: black;
}

