/* algemeen */
body {
	background-color: #666666;
}
table {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 16px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
strong {
	color: #000000;
	font-weight: bold;
}

/* kleuren */
.blue {	
	color: #0099FF;
}


/* formaten */
.small {
	font-size: 9px;
	color: #666666;
}

.big {
	font-size: 15px;
	color: #000000;
}

/* link */
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* hidden div */
.inhoud {
	width: 1px;
	height: 1px;
	display: block;
	text-indent: -10000px;
}
