<!-- Stylesheet t.b.v www.deduinroos.nl -->

Body {
	font-size:10pt;
	font-family: Comic Sans MS;
	text-decoration: none;
	color: blue;
	}
.broodkruimel {
	font-family: Comic Sans MS;
	font-weight: normal; 
	font-size: 9pt; 
	color: green;
	}
.bordjes {
	font-family: Comic Sans MS;
	font-weight: normal; 
	font-size: 9pt; 
	color: blue;
	}
A:link {
	color: #9900CC; 
	font-weight: normal; 
	text-decoration: underline; 
	}
 	
A:visited {
	color: navy; 
	font-weight: normal; 
	text-decoration: underline;
	}

A:hover {
 	color: red; 
	font-weight: normal; 
	text-decoration: none;
	font-style: italic;
	}
    
H1 {
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center; 
	color: red;
    }

H2 {
	font-size: 12pt; 
	font-weight: bold; 
	color: green;
    }

H3 {
	font-size: 10pt; 
	font-weight: bold; 
	color: blue;
    }

H5 {
	font-size: 10pt; 
	font-weight: normal; 
	color: green;
    }

H6 {
	text-align: right;
    font-size: xx-small;
    color: green;
	}

TH {
	font-size: 12pt; 
	font-weight: bold; 
	color: green;
	}

TD {
	font-size: 10pt; 
	color: blue;
	}


