/* CSS Document */

body {
	font-family:  Times New Roman, Times, serif;
	color: #ff0000;
	background: #000000;
	text-align: center;
	margin: 15px;
	}

table {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #ff0000;
	background: #000000;
	text-align: center;
	width: 750;
	border: 0px 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  {           padding: 1px;
		border: 0px inset #333333;
		
	}

.td1  {         text-align: left;
		padding: 5px;}

.table1  {      text-align: left;
                margin: 1px;}


a:link    {text-decoration: underline; color: #ffff00; }
a:visited {text-decoration: underline; color: #00ff00; }
a:hover   {text-decoration: none; color: #ff9900; background: black }
a:active  {text-decoration: underline; color: #00ff00; }



		  

