Body{
		background-image: url(images/index.jpg);
		background-repeat: repeat-y;
		background-attachment:fixed;
		background-position:50%;
		margin-top:0px;
		margin-bottom:0px;
		align: center;
}
.text{
padding-left:30px;
padding-right:30px;
}
	/* Kleuren: */
	/* #000000 = Zwart */
	/* #fed6d6 = Licht rood */
	/* #9f0a0e = Donker rood */
TD
{
	font-family: verdana;
	font-size:11pt;
	color: #000000;
	text-align:left;
	margin-left: 10px;
}

H1
{
	font-family: arial;
	font-size:15pt;
	font-weight:bolder;
	color: #000000;
	text-align:center;
}

H2
{
	font-family: arial;
	font-size:13pt;
	font-weight:bolder;
	color: #000000;
	font-style:italic;
}
H3
{	
	font-family: arial;
	font-size:13pt;
	color: #000000;
	text-align:center;
}

a:link {color: #9f0a0e; text-decoration: none; }
a:active {color: #9f0a0e; text-decoration: none; }
a:visited {color: #9f0a0e; text-decoration: none; }
a:hover {color: #9f0a0e; text-decoration: underline; }

