@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	background-color:#FFFFFF;
}

ul
{
	list-style-image: url('rondje.jpg');
}

div.centreer
{
	width: 1024px;
	margin: 0px auto;
	text-align: left;
	position:relative;
	bottom:0px;
	background-color: #FFFFFF;
}

a
{
	color:#A1533C;
}

