.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

table.normaal
        {
        width: 100%;
        max-width: 1280px;
        height: 100%;
        background-color: #FFFFFF;
        background-image: url('images/achtergr.jpg');
        background-repeat: no-repeat;
        background-position: bottom;
        }

table.normaal2
        {
        width: 100%;
        max-width: 1280px;
        height: 100%;
        background-color: #FFFFFF;
        background-image: url('../images/achtergr.jpg');
        background-repeat: no-repeat;
        background-position: bottom;
        }


table.lijn
        {
        width: 100%;
        height: 30px;
        background-image: url('10000000.png');
        }
        
table.lightborder
    {
    BORDER: gray 1px solid;
    }

a:hover {
	color: #FF0000;
	text-decoration: none;
}
.heading1 {
	font-weight: bold;

}

