/* CSS Document */body {	background: #E6E6E6 url(images/bg.png) center repeat-y; 	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}#content {	width: 600px;	height: 100%;	vertical-align: top;	text-align: left;}#contenttext {	width: 550px;	text-align: left;	word-spacing: 1pt;}/* Global Classes____________________________________________________________________________ */h1 {	font-size: 24px;}h2 {	font-size: 18px;}h3 {	font-size: 14px;}h4 {	font-size: 12px;	font-weight: bold;}/* Link stijlen____________________________________________________________________________ */a {	color: #9B9B9B;	text-decoration: underline;}a:hover {	color: black;	text-decoration: underline;}/* Navigatie____________________________________________________________________________ */#navigation {	border-bottom: 1px solid #CCCCCC;}#navigation a {	color: black;    text-decoration: none;}#navigation a:hover {	text-decoration: none;	color: black;	text-transform: uppercase;}#navigation a:visited {	color: black;}
