/* stylesheet bij opgave 8 Les 10 HTML cursu*/

body { 
		 	 
			background-repeat:no-repeat;
			background-position:center;
			background-color:#96bb7d;
		 	 color:#000000 ;
			 font-family: arial ;
			 }
		 
h2 {	 font-family:Papyrus ;
		 text-align: center ;
		 text-valign: middle ;
		 background-color:#ee584a ;
		 color: #000000;
		 }
		 
.voet { font-family:Papyrus;
		 	 color: #000000;
			 background-color:#ee584a ;
			 }
			 
.menu { font-family:Papyrus;
		 	 color: #000000;
			 background-color:#ee584a ;
			 border:0;
			  
			 }
			 
div.alinea { 
background-color:#f0f0f0 ;
					  
					 border-width=1; 
					 background-color=yellow;
					 a:link {color:#000080 ; font-size: normal ; font-weight: bold; border: none}
					 a:visited {color:#000080 ; font-size: normal ; font-weight: bold; border: none}
					 a:active {color:#000080 ; font-size: normal ; font-weight: bold; border: none}
					 a:hover {color:#000080 ; font-size: normal ; font-weight: bold; border: none}
					 }
					

div.kop {font-family:Papyrus ;
		 text-align: center ;
		 	 background-color:#ee584a ;
		 color: #000000;
				border-color:black; 
				border-width:1; 
				font-weight: bold; 
							 font-size: x-large;
				}


div.paginakop {						
							font-family:Papyrus ;
		 text-align: center ;
		 	 background-color:#ee584a ;
		 color: #000000;
				border-color:black; 
				border-width:1; 
				font-weight: bolder; 
							 font-size: x-large;
				}
						} 


						
 a:link {color:#57081b  ; font-size: normal ; font-weight: bold; border: none}
			 a:visited {color:#57081b ; font-size: normal ; font-weight: bold; border: none}
			 a:active {color:#57081b ; font-size: normal ; font-weight: bold; border: none}
			 a:hover {color:red ; font-size: normal ; font-weight: bold; border: none}

			 
}