
body
{
	background-image: url('images/achtergrond.gif');
	font-family: arial,helvetica,sansserif;
    font-size: 10pt;
}

p, td
{
	font-family: arial,helvetica,sansserif;
    font-size: 10pt;
}	

h1
{
	font-family: arial,helvetica,sansserif;
	color: #FF9900;
    font-size: 16pt;
}


.error
{
	color: red;
    font-weight: bold;
}

a 
{
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #FF9900;
	text-decoration: underline;
}