body {
  background-color: black;
  color:  #9999ff;
}

body.details {
  background-color: black;
  background-repeat: repeat-y;
  background-position: 130px 0px;
  color: black;
}

A:link {
  color: #9999DD;
}

A:visited {
  color: #999999;
}

A:active {
  color: #9999BB;
}

A.dark:link {
  color: #3300cc;
}

A.dark:visited {
  color: #330099;
}

A.dark:active {
  color: #3300cc;
}

input {
  background-color: #999999;
}

textarea {
  background-color: #999999;
}

img {
  border: 0px solid ;
}

#links, #image, #center-text, #detail-text, #date, #timeline, #intro, #intro-image,
#right-poem, #copyright, #bottom, #contributing, #welcome-text {
  font-family: Papyrus, Times New Roman, Times, serif;
}

#timeline {
  font-size: larger;
}

#links {
  position: absolute;
  left:10px;
  top:20px;
  width:100px;
  text-align:right;
  font-size: larger;
  font-weight: bold;
}

#intro {
  position: absolute;
  left:10px;
  top:20px;
  width:150px;
  text-align:center;
  font-size: larger;
  font-weight: bold;
}

#image {
  position: absolute;
  left:150px;
  top:20px;
  width:600px;
  text-align:center;
}

#intro-image {
  position: absolute;
  left:200px;
  top:20px;
  text-align:center;
}

#center-text {
  position: absolute;
  left:150px;
  top:20px;
  width:720px;
  text-align:center;
}

#right-poem {
  float: right;
  position: relative;
  top:100;
  text-align:center;
}

#bottom {
  position: absolute;
  left:10px;
  top:500;
  width:500px;
  text-align:center;
}

#contributing {
  position: absolute;
  left:170px;
  top:40px;
  width:600px;
  font-size: larger;
}

#detail-text {
  position: absolute;
  left:150px;
  top:40px;
  width:500px;
}

#welcome-text {
  position: absolute;
  left:150px;
  top:40px;
  width:600px;
}

#date {
  position: absolute;
  left:500px;
  top:500px;
  font-size: 9pt;
}

#thumbs {
  position: absolute;
  left:670px;
  top:20px;
  text-align: center;
}


#bottom-thumbs {
  position: absolute;
  left:250px;
  top:510px;
  text-align: center;
}

#copyright {
  position: absolute;
  left:20px;
  top: 650px;
  text-align: center;
  font-size: 9pt;
  color: #9999ff;
}
