body {
  font-family: Helvetica, Arial, Serif;
    background-color: #000000;
    background-image: url("images/background.jpg");
    background-position: top center;
    color: #f8f8f8;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-arrow-color: #0000A5;
 } 


body.forwhite {
  font-family: Helvetica, Arial, Serif;
    background-color: #000000;
    background-image: url("images/background.jpg");
    background-position: top center;
    color: #7E7E7E;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-arrow-color: #0000A5;
 } 
 
 a:link.forwhite {
    color: #000000;
    text-decoration: none;
  }
  
 a:link {
    color: gold;
    text-decoration: none;
  }

  a:active {
    color: gold;
    text-decoration: none;
  }
  
  a:visited {
    color: orange;
    text-decoration: none;
  }
  
  a:hover {
    color: yellow;
   text-decoration: none;
   
 }  
 
 h1.forwhite {
	 color:navy;
 }

 h1 {
	 color:gold;
 }
.small {
font-size: x-small;

}

.q {
	color:gold;
}

.a {
	color:#f8f8f8;
}