BODY {
	scrollbar-track-color:#000000;
	scrollbar-face-color:#BF0000;
	scrollbar-highlight-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-shadow-color:#BF0000;
	scrollbar-arrow-color:#000000;
	scrollbar-3d-light-color:#FFFFFF;
	background-color:black;
	color : White;
}

h1 {
    font-family:carolingia;
    font-size:45px;
    font-weight: bold;
    color:#FFFFFF;
}

/* links formatieren */

a:link {
	color:#FF0000;
	text-decoration:underline;
	font-size:12pt;
	font-family:Times New Roman;
}

a:visited {
	color:#FF0000;
	text-decoration:underline;
	font-size:12pt;
	font-family:Times New Roman;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
	font-size:12pt;
	font-family:Times New Roman;
}

a:active {
	color:#FF0000;
	text-decoration:underline;
	font-size:12pt;
	font-family:Times New Roman;
}
