body 	{ /* donkere tekst op lichte achtergrond */
	color:maroon;
	background: #ffffCC; /*geel*/
	font-family: arial, sans serif;
      	font-size: 90% ;
	margin : 12px 10% 10px 5%;
	}
h1,h3 { 
	text-align: center;
	}
h2	{
	text-align: center;
	}
h1,h2 	{
	font-family:Georgia,"new century schoolbook",Palatino,serif;
	}
h1 	{
	font-variant:small-caps;
	font-size: 200%;
	font-family: georgia,times,serif;
	}
h2	{
	font-weight :bold;
	font-size: 200%;
	border:2px solid maroon;
	}
h1,h2	{ /* donkere tekst op lichte achtergrond */
	color:#ff0000;
	background: #ffffCC; /*geel*/
	}
a	{
	font-style: italic;
	font-weight:normal;
	}
a:link	{
	color: #0000ff;
	test-decoration :none;
	}
a:visited {
	color: #ff0000;
	test-decoration :none;
	}
a:hover	{
	color: 	#eee;
	test-decoration :underline;
	}
a:active {
	color: #333;
	test-decoration :underline;
	}
p 	{ 
	text-align: justify;
	padding 2px 10% 1px 20%;
	}



