body
{
	background-color: #FFFFFF;
	background-image: url("backgrnd_vul.jpg");
	margin: 0px auto auto auto;	
	
	
	font-family: Arial;	
	font-size: 14px;
	font-weight: normal;
    color: #000000;
    text-align: left;
}

.menu {
	text-align:center;	
	font-size: 14px;
}


p.center
{
    text-align: center;
}

h1 /*Titel#336699#6699ff*/
{
    font-size: 24px;
    font-weight: bold;
}
h1.center /*Titel*/
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

h2  /*Kopjes*/
{
    font-size: 16px;
    font-weight: bold;
}
h2.center  /*Kopjes*/
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
h3  /*bold*/
{
    font-weight: bold;
	margin-bottom: 0.1cm;
}
h3.center  /*bold*/
{
    font-weight: bold;
	margin-bottom: 0.1cm;
}

th
{
    font-weight: bold;
	text-align: center;
	border-width: thin;
}
td
{
	border-width: thin;	
}
td.center
{
	text-align: center;
}
table
{
	border-width: medium;
	vertical-align:top;
}

.white
{
	border-style:solid;
	border-color:#FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
}

a
{
    text-decoration: none;
}

a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
/*a:hover {font-weight: bold}*/
a:hover {color: #FF0000}
