BODY {
	font-family: verdana, arial;
	font-size: 10pt;
	color: black;
	background-image: url('images/bg_new.png');
	background-color: white;
	background-attachment: fixed;
}

TD, TH { /* heeft standaard grotere letters dan body?? */
	font-family: verdana, arial;
	font-size: 10pt;
	color: black;
}

TH.profiles {
	text-align: left;
	border: 1px solid black;
}
TD.profiles {
	background-color: #3F7504; /* #318121 */
}

A {
	color: #CCBB33;
	text-decoration: underline dashed;
}
A:hover {
	color: #FF8020;
	text-decoration: none;
}
A:visited {
	color: #CCBB33;
}
A:visited:hover {
	color: #FF8020;
}
A.active {
	color: black;
}
A.active:hover {
	color: #FF8020;
}

A.red, A.red:hover, A.red:visited, A.red:active {
	color: #DD3355;
}

I {
	color: white;
}

UL {
	margin: 0 0 0 16;
}
LI {
	font-size: 8pt;
	border-top: dashed 1px #70E061;
	margin: 5 0;
	list-style-image: url(images/bullet_beer.gif);
}
LI.TL {
	font-size: 10pt;
	border-top: dashed 1px #70C061;
	border-bottom: dashed 1px #70C061;
	margin: 0 0;
	list-style-image: url(images/bullet_clover.gif);
}

H1 {
	color: yellow; /* #AA4433; */
	font-size: 16pt;
}

.prikbord0 {
	color: yellow;
	font-size: 8pt;
	border-top: solid 1px silver;
}
.prikbord1 {
	color: white;
	font-size: 8pt;
	border-top: solid 1px silver;
}
