body	{
	font-family:		verdana, arial;
	font-size:		10px;
	margin:			0px;
	height:			100%;
	width:			100%;
	font-weight:		bold;
	background-image: 	url("bg.gif");
 	background-attachment: 	fixed;
 	background-position: 	bottom right;
	background-repeat: 	no-repeat;
	}

/* Lijst */
ul	{
	margin-top:		3px;
	margin-left:		30px;
	}

li	{
	list-style-image:	url(li.gif);
	line-height:		15px;
	}

/* Links */
a:link	{
	color:			black;
	}

a:link:visited{
	color:			black;
	}

a:link:hover{
	color:			#9a1417;
	}

a:active
	{
	color:			#9A1417;
	}