body
	 {
	 font-family: verdana;
	 font-size: 12px;
	 
	 }
h1
	{
	font-size: 26px;
	}

h2
	{
	text-decoration: bold;
	font-size: 12px;
	}
	
table, tr, td
	 {
	 margin: 1px;
	 padding: 6px;
	 border: none;
	 font-size: 12px;
	 }

.oranje
		{
		background-color: #FF9933;/*ORANJE*/
		color: #000000; /*ZWART*/
		}

.groen
		 {
		 background-color: #339933; /*GROEN*/
		 color: #ffffff; /*WIT*/
		 }
		 
.grijs
		 {
		 background-color: #666666; /*GRIJS*/
		 color: #FF9933; /*ORANJE*/

</style>
		 }
	 

a:link
		{
		text-decoration: none;
		color: #ffffff;/*WIT*/
		font-size: 14px;
		font-weight: bold;
		}

a.normaal:link
		{
		text-decoration: none;
		color: #339933;/*GROEN*/
		font-size: 14px;
		font-weight: bold;
		}

a:visited
		{
		text-decoration: none;
		color: #ffffff;/*WIT*/
		font-size: 14px;
		font-weight: bold;
		}

a.normaal:visited
		{
		text-decoration: none;
		color: #339933;/*GROEN*/
		font-size: 14px;
		font-weight: bold;
		}

a:hover
		{
		text-decoration: none;
		color: #FF9933;/*ORANJE*/
		font-size: 14px;
		font-weight: bold;
		}
		
a.normaal:hover
		{
		text-decoration: none;
		color: #FF9933;/*ORANJE*/
		font-size: 14px;
		font-weight: bold;
		}

a.oranje:hover
		{
		text-decoration: none;
		color: #339933;/*GROEN*/
		font-size: 14px;
		font-weight: bold;
		}

a:active
		{
		text-decoration: none;
		color: #FF9933;/*ORANJE*/
		text-decoration: bold;
		font-size: 14px;
		font-weight: bold;
		}

a.oranje:active
		{
		text-decoration: none;
		color: #339933;/*GROEN*/
		font-size: 14px;
		font-weight: bold;
		}
