

 /*body attributes   */       

body {
        background-color: black;  
        color: white;
}  




h1 {
        align: center;
        color: grey;
        background-color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px; 
        font-weight: 200;
        letter-spacing: 20px; 	
        text-align: center;
}  

 h3 {
        align: center;
        color: grey;
        background-color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px; 
        font-weight: 200;
        letter-spacing: 20px; 	
        text-align: center;
}  

h4 {
        align: center;
        color: rgb(0,0,255);
        background-color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: NORMAL; 
        font-weight: 300;
        letter-spacing: 20px; 	
        text-align: center;
}  


hr {
        height: 2px;
        color: rgb(255,100,100);;
        background-color: rgb(100,0,0);
        border: none;  
        width: 80%;
            
} 

    
p {
        background-color: black;          
        align: center;
        color: white;        	
}




a {
        outline: none;
        padding: 5px 5px;
        text-align: center;     	
        text-decoration: none;  
        display: inline-block;  
        font-family: arial; 
        font-size: small;
        
}


a:link {  	
	      color: red;    
}

a:visited {
	
	      color: rgb(200,80,80);	

}


a:focus {

}

a:hover {
	
	      color: rgb(255,255,0);
}

a:active {

}


  .myblockstyle { 
 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: small; 
  background-color: black;
  color: white;
  
  
}  






















