/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	}

table#page{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table#page td#header{
	font-size: 14px;
	font-weight:bold;
	background-color:#E2E6EB;
	padding: 10px;
	color:#000066
}

table#page td#authordate{
	font-weight: bold;
	text-align:right;
	padding: 2px;
	padding-right: 15px;
}

table#page td#info{
	text-align: justify;
	font-size: 11px;
	line-height: 130%;
	padding: 15px;
	
}

table#page td#copy{
	font-weight: bold;
	text-align:right;
	padding: 2px;
}

/* Nieuws Style */

.belt{
	text-decoration: underline;
	font-style: italic;
	color:#FF0000;

}
.names{
	color:#000066;
}

