

 /*body attributes   */       

body {
        background-color: rgb(214,200,200); 
        color: rgb(50,0,0);
	font-family: Arial, Helvetica, sans-serif;
        font-size: small; 
        font-weight: 200;
        /*letter-spacing: 4px; 	*/
        text-align: center;
}  







h1 {
        align: center;
        color: grey;
        background-color: rgb(214,200,200);
        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: rgb(214,200,200);
        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: rgb(214,200,200);
        
}  


hr {
       height: 1px;
        color: rgb(255,0,0);;
        background-color: rgb(214,200,200);
         /*border: none; */ 
        width: 80%;
            
} 

    
p {
        background-color: rgb(214,200,200);        
        align: center;
        color: rgb(50,0,0);       	
}




a {
        outline: none;
        padding: 5px 5px;
        text-align: center;     	
        text-decoration: none;  
        display: inline-block;  
        font-family: arial; 
        font-size: small;
        
}


a:link {  	
	      color: rgb(0,0,0);  
}

/*  a:visited {
	
	      color: rgb(200,80,80);	

} */


a:focus {

}

a:hover {
	
	      color: rgb(255,0,0);
}





img {
  width: 50%;
  height: auto;
}


  .myblockstyle { 
 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: small; 
  background-color: rgb(214,200,200); 
  color: white;
  
  
}  


td {
  font-size: small;
}



















