
/* Het eerste gedeelte van deze style sheet is de layout */
/* zoals deze geldt voor alle pagina's binnen de Mark Hamill website */
/* expliciete styles worden apart van commentaar voorzien. */     
	 BODY { 
            background-color: #ededed; 
            background-repeat: repeat;
            background-attachment: fixed; 
			font-family: Verdana, sans-serif; 
			font-size: 1.5em;      
            color: #000000;  
            margin: 0em 0.85em 0em 0.85em;  
            background-image: url(../HCImg/bright_squaresA.png); 
            }           

     	                                
     
     
     header { 
	        color: green;
	        text-align: center;
            text-shadow: 2px 2px 4px #704d08;
	        }
	 
	 nav    {
            text-align: left;
	        }
     

	 a {     background-color: transparent;
             font-weight: normal;
             color: #000000;
             text-align: center;
             text-decoration: none;
             padding: 0em 0em 0em 0em;
             margin: 0.5em 0em 0em 0em;
		     font-size: .9em;
		    
            
      }
      
      a:link, a:visited {
             color: #000000;
             margin: 10px 10px 10px 10px;
             padding: 2px 2px 2px 2px; 
		     z-index: 10;
         
     } 
     a:hover, a:active {
             color: #000000;
             margin: 10px 10px 10px 10px;
             padding: 2px 2px 2px 2px; 
             transition-duration: 0.1s;
             transform: translateY(-1px) translateX(-1px) scale(1.04);
		     z-index: 1000;
             
         
     } 
    
     
     
     nav div.ahref5 a:link, a:visited {
             background-color: #00973D;
             color: #ffffff;
             width: 280px;
             border: solid;
             border-top-color: #2b6000;
             border-left-color: #2b6000;
             border-right-color: #2b6000;
             border-bottom-color: #2b6000;
             border-width: 1px 3px 3px 1px;
             box-shadow: 1px 3px 9px #8000ff;
             padding: 2px 2px 2px 2px; 
             text-decoration:none;
             text-align:center;
		     z-index: 10;
         
     } 
     nav div.ahref5 a:hover, a:active {
             color: #ffdf50;
             border: solid;
             width: 280px;
             border-top-color: #2b6000;
             border-left-color: #2b6000;
             border-right-color: #2b6000;
             border-bottom-color: #2b6000;
             border-width: 1px 5px 5px 1px;
             box-shadow: 1px 5px 11px #8000ff;
             padding: 2px 2px 2px 2px; 
             text-decoration: none;
             transition-duration: 0.7s;
             text-align:center;
             transform: translateY(-5px) translateX(-5px) scale(1.04);
		     z-index: 1000;
         
     } 
     
     
    
     
     
            
    
     
	
     

     
     
     
            
     
 
