a:link
{
	color: rgb(102,0,0); 
}
a:visited
{
	color: rgb(51,0,51); 
} 
a:active 
{
	color: rgb(153,0,102);
}
body
{
	background-color: rgb(0,0,51);
	background-image: url(bgvapen.jpg);
	color: rgb(0,0,102);
	font-family: Times New Roman, Times;
	font-size: 13;
}
table
{
	background-color: rgb(255,255,204);
	color: rgb(0,0,102);
	font-family: Times New Roman, Times;
	font-size: 13;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	font-size: 28;
	margin-top: 0;
	margin-bottom: 0;
}
h2
{
	font-size: 18;
}
h3
{
	font-size: 14;
}
.modified
{
	color: rgb(255,255,255);
	font-size: 10;
}