﻿a:link
{
	color: #FFFF00;
	font-family: Trebuchet MS;
}
.normaal     { font-family: Trebuchet MS; font-size: 10pt }
a:visited
{
	color: rgb(255, 255, 0);
} 
.Veenhoop    { font-family: Trebuchet MS }
a:active 
{
	color: rgb(255, 255, 0);
}
body
{
	font-family: Trebuchet MS;
	background-color: rgb(0,0,80);
	color: #FFFFFF;
}

table
{
	border:"0"; 
	border-bottom-color:transparent
	font-size:12pt;
	font-family:"Trebuchet MS","serif";
	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS;
}
h1
{
	color: rgb(255,255,255);
}
h2
{
	color: #FFFF00; 

}
h3
{
	color: #00FFFF; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 1px;

}
h4
{
	color: rgb(255,255,255);
}
h5
{
	color: rgb(255,255,255);
}
h6
{
	color: rgb(153,0,0);
}

/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Trebuchet MS;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
