body	{
			font-family	: Viner hand TC, comic sans ms;
			padding-left			: 3px;
			padding-bottom		: 1em;
			margin			: 0;
			background-image	 		 : url(afbeeldingen/achtergr1.jpg);
			background-repeat	 		 : no-repeat;
			background-position		 : center center;
			background-attachment  : fixed; 
			}
h1		{
			font-size							 : 200%;
			font-weight						 : bold;
			text-align						 : center;
			line-height						 : 100%;
			}
h2		{
			font-size							 : 130%;
			font-weight						 : bold;
			text-align						 : center;
			line-height						 : 75%;
			}
h3		{
			font-size							 : 120%;
			font-weight						 : bold;
			text-align						 : center;
			line-heigt						 : 40%;
			background-color			 : red;
		  }
			
table {
			 width			: 100%;
			 }
td		 {
			 border			: ridge silver 3px;
			 }
ul		 {
			 margin-left		: 5em;
			 }
img		 {
			 border					: 0;
			 }
.tekst {
			 width			: 45%;
			 margin			: 0.5em;
			 float			: left;
			/* border			: solid black 1px;*/
			}
.actie {
			 text-align		: center;
			 font-family	: Comic Sans MS;
			 color				: red;
			 background-color: silver;
			 font-size		: 1.5em;
			 }
.actie a {
			 	 text-decoration: none;
				 color					: red;
				 }
			 
