body {
  background-image: url(space.gif);
  background-repeat: repeat;
  background-color: #000000;
  background-attachment: scroll;
  color: #FFFF00;
  font-size: 11pt;
}
table {
  font-size: 11pt;
}

a:link {
  color: #00FF00;
}
a:hover {
  color: #FF0000;
  border-color: #000000;
  border-style: dashed;
  border-width: 1pt;
  background-color: #FFFFFF;
}
a:active {
  color: #FFFFFF;
}
a:visited {
  color: #FF0000;
}

p {
  color: #FFFF00;
  text-align: left;
}
ul {
  color: #FFFF00;
}
h1 {
  color: #FFFF00;
  font-size: 20pt;
}
h2 {
  color: #FFFF00;
  font-size: 14pt;
}

.fortyk-files-column {
  padding-left: 20px;
  padding-right: 20px;
}

# The reason the #FFFF00 is repeated in the p, ul and h1 elements
# above when it is already in the body element is that if I don't
# the page doesn't render correctly in Netscape 4.7.
