/* CSS Document */

body {
	font-family:  Times New Roman, Times, serif;
	color: #ffffff;
	background: #000000;
	text-align: center;
	margin: 15px;
	SCROLLBAR-FACE-COLOR:#333333;
	SCROLLBAR-HIGHLIGHT-COLOR:#000000;
	SCROLLBAR-SHADOW-COLOR:#000000;
	SCROLLBAR-DARKSHADOW-COLOR:#000000;
	SCROLLBAR-3DLIGHT-COLOR:#000000;
	SCROLLBAR-ARROW-COLOR:#000000;
	SCROLLBAR-TRACK-COLOR:#000000;
	}

table {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #ffffff;
	background: #000000;
	text-align: center;
	width: 750;
	border: 20px outset #333333;
	border-collapse: seperate;
	/* emptycells werkt alleen bij seperated border model??? en hoe dan gvd?"??// empty-cells: hide;  */
	/* borderspacing werkt alleen bij seperate table-model? = seperate border model? en hoe dan wel???????? border-spacing: 200px;  */
	
	
	
	}
	
td  {
		border: 10px inset #333333;
		padding: 5px;
	}

a:link    {text-decoration: underline; color: #ffff00; font-size: 25px;}
a:visited {text-decoration: underline; color: #ffcc00; font-size: 25px;}
a:hover   {text-decoration: underline; color: #ffcc00; font-size: 25px;}
a:active  {text-decoration: underline; color: #ffcc00; font-size: 25px;}



		  
