/* Stijlblad voor Kinesofie website door Henk de Boer */

BODY {
	margin-left: 15%;
	margin-right: 15%;
	background-color: #98C4F0;	
	background-image: url(backgrnd.jpg);
	background-repeat: repeat-x;
}

/* fonts */
BODY, TD { 
	font-size : 0.8em;
	line-height : 1.4em;
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
}

EM {
	color : "#800080";
}

PRE {
	font-family : monospace;
}

/* ankers */
A {
	color : Blue;
	font-weight : bold;
	text-decoration : none; 
}

A:HOVER {
	color : Fuchsia;
	font-weight : bold;
	text-decoration : none;
}

/* koppen */
H1, H2, H3, H4 {
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	color: navy;
	text-align: center;
	font-size: 1.9em;
}	

H2 {
	color : white;
	font-size : 1.2em;
}

H3 {
	color : Red;
	font-size : 1em;
}

H4 {
	color : Navy;
	font-size : 0.8em;
}


