/* CSS Document */

body {
	font-family:  Times New Roman, Times, serif;
	color: #ffffff;
	background: #8a2be2;
	text-align: center;
	margin: 5px;
	SCROLLBAR-FACE-COLOR:#4b0082;
	SCROLLBAR-HIGHLIGHT-COLOR:#483D8B;
	SCROLLBAR-SHADOW-COLOR:#483D8B;
	SCROLLBAR-DARKSHADOW-COLOR:##483D8B;
	SCROLLBAR-3DLIGHT-COLOR:#483D8B;
	SCROLLBAR-ARROW-COLOR:#483D8B;
	SCROLLBAR-TRACK-COLOR:#483d8b;
	}

table {
	font-family: Times New Roman, Times, serif;
	color: #ffffff;
	background: #8A2BE2;
	text-align: center;
	width: 800;
	border: 20px outset #4b0082;
	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 #380096;
		padding: 10px;
	}

a:link    {text-decoration: underline; color: #ffff00; font-size: 23px; }
a:visited {text-decoration: underline; color: #ff9900; font-size: 23px; }
a:hover   {text-decoration: none; color: #ff9900; background: black font-size: 23px; }
a:active  {text-decoration: underline; color: #ff9900; font-size: 23px; }

 
 

