/* Stijlblad voor Cafe Noir website door Henk de Boer */

/* fonts en achtergrond*/
BODY, TD { 
	background : url(notes.jpg);
	font-size : 0.8em;
	line-height : 1.4em;
	color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A {
	color : Blue;
	font-weight : bold;
	text-decoration : none; 
}

A:HOVER {
	color : Fuchsia;
	font-weight : bold;
	text-decoration : none;
}

H1 {
	color : Red;
	font-size : 1.3em;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2 {
	color : Red;
	font-size : 1.2em;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H3 {
	color : Red;
	font-size : 1em;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H4 {
	color : Navy;
	font-size : 0.8em;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


