a:link
{
	color: #006666;font-family:Trebuchet MS 
}
.normaal     { font-family: Trebuchet MS; font-size: 10pt }
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Trebuchet MS;
	background-color: rgb(0,0,80);
	color: #FFFFFF;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS;
}
h1
{
	color: rgb(255,255,255);
}
h2
{
	color: #FFFF00; 
}
h3
{
	color: #00FFFF; 
}
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;
 }