/* KOP subpagina's */

H1 {
		font-family: Verdana,arial;
		font-size: 20px;
		font-weight: bold;
		color: red;
		text-align: left;
		line-height: 20px;
}

/* INTRO hoofdpagina */
H2 {
		font-family: Verdana,arial;
		font-size: 14px;
		font-weight: normal;
		color: maroon;
		text-align: left;
		line-height: 24px;
}

/* INHOUD menu */
H3 {
		font-family: Verdana,arial;
		font-size: 12px;
		font-weight: normal;
		color: navy;
		text-align: left;
		line-height: 18px;
}

/* Leuk om te weten */
H4 {
		font-family: Verdana,arial;
		font-size: 11px;
		font-weight: normal;
		color: maroon;
		text-align: justify;
		line-height: 16px;
}

/* Moeilijkheidsgraad */
H4 {
		font-family: Verdana,arial;
		font-size: 13px;
		font-weight: bold;
		color: #C0C0C0;
		text-align: center;
		line-height: 18px;
}

/* PLATTE TEKST */
P {
		font-family: Verdana,arial;
		font-size: 11px;
		color: maroon;
		text-align: left;
		line-height: 16px;
}

BODY {
		font-family: Verdana,arial;
		font-size: 11px;
		color: Maroon;
		text-align: left;
		line-height: 16px;
}

TD {
		font-family: Verdana,arial;
		font-size: 11px;
		color: Maroon;
		text-align: left;
		line-height: 16px;
}

/* LINKS */
A {
		font-style: normal;
		color: navy;
		text-align: left;
		text-decoration: none;
}

A:VISITED {
		font-style: normal;
		color: navy;
		text-align: left;
		text-decoration: none;
}

A:Active  {
		font-style: normal;
		color: white;
		text-align: left;
		background: blue;
		text-decoration: none;
}

A:Hover  {
		font-style: normal;
		color: white;
		text-align: left;
		background: blue;
		text-decoration: none;
}
