<style>
    
  html{
				background-color:black}
			}
			a:link{
				color:blue;
				background-color:black;
			}
			a:visited{
				color:darkred;
			}
			a:hover{
				color:red;
			}
			a:active{
				color:firebrick;
			}
			body{
				background-image:URL(https://wintersolsticezero.neocities.org/QUAKE/purple.jpg);
				margin: 3.0 in;
				height:12in;
			}
			p{
				color:white;
				font-size:14px;
				font-family:verdana;
			}
      
			h3{
				color:gray;
				letter-spacing:1pc;
				text-shadow:-3px -4px 16px white;
				padding:13px;
			}
      
			hr{
				width:75%;
				height:1.5px;
				color:silver;
				background-color:silver;
			}
      h1{
				color:grey;
				letter-spacing:3pc;
				text-shadow:-5px -5px 16px white;
				padding:13px;
      }
      h2{
				color:white;
				letter-spacing:1pc;
				text-shadow:-3px -4px 16px white;
				padding:13px;
			}
      h5{
                color:beige;
                letter-spacing:0.5pc;
                text-shadow:-3px -4px 16px white;
            
            
            }
    
      h1 {text-align: center;}
      h2 {text-align: center;}
      h3 {text-align: center;}
      b  {text-align: center;}
      h5 {text-align: center;}
      
      
    .myDiv {
  border: 4px outset purple;
  background-color: black;    
  text-align: center;
  width: 835px;
  height: 175px;
  margin: auto;
        
      }
         .Greydiv {
  border: 4px outset grey;
  background-color: black;    
  text-align: center;
} 
			</style>
      