A:LINK {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size :16px;
	background-color : #B7B7FF;
		}
A:VISITED {
	color : Aqua;
	font-family : Arial, Helvetica, sans-serif;
	font-size :16px;
	background-color : #B7B7FF;
		}

A:ACTIVE {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size :16px;
	background-color : #B7B7FF;
	}				
BODY {
	
	background-color: Navy;
	border : Navy;
}

H1 {
	background-color: Navy;
	color : Red;
	font-size : large;
	position: relative;
	text-align : center;
	font-weight : 400;
	
}


P {
	background-color:#B7B7FF;
	color : Navy;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px;
	margin-left : 20px;
	margin-right :20px;
	font-weight : normal;
	
}
	
P.geel {
	background-color:#B7B7FF;
	color : Yellow;
	font-family : "MS Sans Serif";
	font-size : 16px;
	font-weight : bold;
	text-align : left;
	
	}
	
	P.rood {
	background-color:#B7B7FF;
	color : Red;
	font-family : "MS Sans Serif";
	font-size : 14px;
	font-weight : normal;
	text-align : left;
	}
	
TABLE {
	 background-color: #B7B7FF;
					text-align : left;
					
				}