

BODY {
  background-color: black;
  background-image: url(BlackWall.jpg);
  background-attachment: fixed;
  font-family: sans-serif;
  text-align: center;
  color: white;
  font-size: Medium;
  margin : 0px;
  padding-bottom : 3px;
  padding-left : 0px;
  padding-right : 0px;
  padding-top : 3px;
  border-bottom : medium none;
  border-left : medium none;
  border-right  : medium none;
  border-top : medium none; 
}

frameset 
{
BORDER-BOTTOM: medium none;
BORDER-LEFT: medium none;
BORDER-RIGHT: medium none;
BORDER-TOP: medium none; 
}

A IMG {
BORDER-BOTTOM: medium none;
BORDER-LEFT: medium none;
BORDER-RIGHT: medium none;
BORDER-TOP: medium none; 
}


<!-- Hyperlink colors -->
a:link { color: #4040ff; }
a:visited { color: #aa00aa; }
a:active { color: #FFFFFF; }
a:hover { color: #8080FF; }


<!-- Regular text in paragraphs -->
p {
  text-align: center;
  font-family: sans-serif;
  color: white;
  font-size: Medium;
}

<!-- Large type for page headers -->
H1 {
  font-family: sans-serif;
  color: white;
  font-size: x-large;
  font-style: Italic;
}

H2 {
  font-family: sans-serif;
  color: white;
  font-size: large;
  font-style: Italic;
}

H3 {
  font-family: sans-serif;
  color: white;
  font-size: medium;
  font-style: Italic;
}

H4 {
  font-family: sans-serif;
  color: white;
  font-size: small;
  font-style: Italic;
}

H5 {
  font-family: sans-serif;
  color: white;
  font-size: x-small;
  font-style: Italic;
}

<!-- For the fine print -->
H6 {
  font-family: sans-serif;
  color: white;
  font-size: x-small;
  font-style: Normal;
  font-weight: Normal;
}




