/* Global Styles */

body { 
	background-color: #000000; 
	font-family: verdana;
	line-height: 9pt;
	margin: 0px;
}
	
td {
	color:#F70986;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	}
	
/* ID Styles */

#navigatie a {
	color: #F70986;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:list-item;
	padding:10px;
	border: no;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	}
	
#navigatie a:hover {
	color:#ffffff;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
	
#titel {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}


/* Class Styles */

.tekst {
	font:11px arial;
	color:#F70986;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

	

