/* CSS Document */
html { 
  padding: 0px;
  margin: 0px;
}
body
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	margin: 10px;
	width: 520px;
	}
li
{
	margin-top: 10px;
	}
#kop1
{
	text-align: center;
}
#kop2
{
	float: right;
	border: 1px outset silver;
}
#tekst
{
	float: left;
	clear: both;
	width: 100%;
}
a
{
	text-decoration: underline;
	color: #800000;
}
a:hover
{
	text-decoration: underline;
	color: #FF6600;
}
