a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: underline;
}

a img {
  border: none;
}

body {
  margin: 0;
  font-family: Gentium, Georgia, serif;
}

p {
  margin: 0;
  text-indent: 1em;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Dungeon, "Trebuchet MS", sans-serif;
}

h1 {
  margin: 0;
  padding: 0;
  width: 341px;
  height: 100px;
  background: url('../i/2020.png') no-repeat;
  position: relative;
  left: 6%;
  top: 0;
}

h1 span {
  display: none;
}

div#wrapitup {
}

div#head {
  margin: 0;
  height: 100px;
  background: url('../i/head.png') center;
  border-bottom: 1px solid #000;
}

div#content {
  background: url('../i/notbg.png') no-repeat center fixed;
}

div#nav {
  width: 75px;
  float: left;
  margin-right: 13px;
}

div#meh {
  margin: 6px;
  margin-top: 0;
  padding-top: 20px;
}

ul, li {
  list-style: none;
  margin: 0;
  margin-top: 6px;
  padding: 0;
}

ul {
  display: inline;
  margin: 0;
  padding: 0;
}

acronym {
  border: 0;
  cursor: help;
  font-variant: small-caps;
}

acronym:hover {
  color: #005;
  border-bottom: 1px #88c dotted;
  cursor: help;
}

div#nav {
  background: url('../i/navbg.png') no-repeat left top;
}

div#nav a  span {
  display: none;
}

div#nav ul li a[href="index.html"] {
  display: block;
  width: 75px;
  height: 25px;
  background: url('../i/home.png');
}

div#nav ul li a[href="who.html"] {
  display: block;
  width: 75px;
  height: 25px;
  background: url('../i/who.png');
  background-position: top left;
}

div#nav ul li a[href="when.html"] {
  display: block;
  width: 75px;
  height: 25px;
  background: url('../i/when.png');
}

div#nav ul li a[href="why.html"] {
  display: block;
  width: 75px;
  height: 25px;
  background: url('../i/why.png');
}

div#nav ul li a[href="where.html"] {
  display: block;
  width: 75px;
  height: 25px;
  background: url('../i/where.png');
}

div#nav ul li a[href="what.html"] {
  display: block;
  width: 75px;
  height: 25px;
  background: url('../i/what.png');
}

div#nav ul li a[href="how.html"] {
  display: block;
  width: 75px;
  height: 25px;
  background: url('../i/how.png');
}

div#nav ul li a:visited {
  background-position: 0 -75px;
}

div#nav ul li a:hover {
  background-position: 0 -25px;
}

div#nav ul li a:active {
  background-position: 0 -50px;
}