a:link {
  text-decoration: none;
  font-weight: 900;
  color: #333;
  cursor: crosshair;
}

a:visited {
  text-decoration: none;
  font-weight: 900;
  color: #000;
  cursor: crosshair;
}

a:hover {
  text-decoration: underline;
  color: #800;
  cursor: crosshair;
}

a:active {
  text-decoration: underline;
  cursor: crosshair;
}

a img {
  border: none;
}

body {
  margin: 0;
  font-family: Gentium, Georgia, serif;
  background: url('../i/darker.png') left bottom fixed no-repeat;
}

p {
  margin: 0;
  text-indent: 1em;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", sans-serif;
}

h1 {
  margin: 0;
  padding: 0;
}

acronym {
  border: 0;
  cursor: help;
  font-variant: small-caps;
}

h1 span, a span {
  display: none;
}

div#head {
  margin: 0;
  height: 100px;
  background: url('../i/header.png') left;
}

div#nav {
  float: left;
}

div#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#nav ul li {
  margin-top: 13px;
  margin-right: 6px;
}

div#nav ul li a[href="index.html"] {
  display: block;
  width: 150px;
  height: 25px;
  background: url('../i/home.png');
}

div#nav ul li a[href="ari"] {
  display: block;
  width: 150px;
  height: 25px;
  background: url('../i/valhalla.png');
}

div#nav ul li a[href="http://www.theinfosphere.org"] {
  display: block;
  width: 150px;
  height: 25px;
  background: url('../i/infosphere.png');
}

div#nav ul li a[href="2020"] {
  display: block;
  width: 150px;
  height: 25px;
  background: url('../i/2020.png');
}

div#nav ul li a[href="writings"] {
  display: block;
  width: 150px;
  height: 25px;
  background: url('../i/writings.png');
}

div#nav ul li a[href="contact.html"] {
  display: block;
  width: 150px;
  height: 25px;
  background: url('../i/contact.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;
}

div#text {
  margin-left: 133px;
  padding: 5px;
  margin-bottom: 27px;
  border-left: 1px solid black;
}

#footer {
  width: 100%;
  height: 20px;
  background: #fff;
  background-image: url('../i/footsie.png');
  background-repeat: repeat-y;
  background-position: center;
  font-family: "Trebuchet MS", sans-serif;
  font-size: x-small;
  text-align: center;
  margin: 0;
  padding: 6px 0 0 0;
  border-top: 1px solid black;
  position: fixed;
  bottom: 0;
}

#footer p {
  text-align: center;
}