<!--
/* CSS Document */
/* Dit StyleSheet hoort bij WillemVermaase.nl*/
/* Gemaakt door Josepha.nl */
-->


/* alg - body */

body {
	background-color: #cccccc;
	margin-left: 10%;
	margin-right: 10%;
} 



/* de koppen */
H1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	color: #000066;
	text-align: center;
}

H2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #000066;
	text-align: center;
}

H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #000066;
	text-align: center;
}

H4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #000066;
	text-align: center;
}

H5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000066;
	text-align: center;
}

H6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000066;
	text-align: center;
}

/* alinea's */
p {
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 180%;
}

/* hyperlinks */

a:link {
	color: #3300FF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

a:visited {
	color: maroon;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

/* lijsten */

ul, ol, li {
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

.zonder {
		list-style-type: none;
}

/* tabellen */


td, tr {
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	border: thin solid #000066;
}

/* speciale items (Classes, ID's etc.) */

strong {
	font-weight: bold
}

.midden {
text-align: center
}


.copy {
	font-family: Verdana, Arial, sans-serif;
	font-size: 60%;
	text-align: center;
	font-style: italic;
	color: #000066;
}

.rechts {
	text-align: right;
}

.cursief {
	font-style: italic;
}

.klein {
	font-size: xx-small;
}