body {
  background: #000000 url(../images/space7.gif) repeat fixed;
  width: 750px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  text-align:center;
  color:#FFFFCC;
}



h1, h2, h3, h4 {
  color: #FFFFFF;
}



p {
  background: #000000;
}



.body {
  text-align:left;
  height:99%;
}



a:link, a:visited { 
  text-decoration: none; 
  color: #FF0000; 
  background: #000000;
}



a:active { 
  text-decoration: none; 
  color: #FF0000; 
  background: #000000;
}



a:hover { 
  text-decoration: line-through; 
  color: #FFFFFF; 
  background: #000000;
}



#main {
  width:750px;
  height: 99%;
  border-color:#FF0000;
  border-width:1px;
  border-style:solid;
  margin-top: 0;
  margin-bottom: 0;
}



#logo {
  border-color:#FF0000;
  border-width:1px;
  border-style:solid;
  text-align:center;
}



#page {
  border-color:#FF0000;
  border-width:1px;
  border-style:solid;
  margin:10px;
}



#page p, #page h2, #page h4 {
  margin:10px;
}



#copyright {
  font-size:10pt;
  text-align:center;
  border-color:#FF0000;
  border-width:1px;
  border-style:solid;
  background: #000000;
  color: #FFFFFF;
}