Body {
	background-color: #0063A2;
}

Body.index {
	background-color: #B7D65D;
}

A:link {
	text-decoration: none;
   color: Blue;
}

A:visited {
	text-decoration: none;
	color: Purple;
}

A:hover {
	text-decoration: underline;
	color: #DC143C;
}

A:link.actie {
	text-decoration: none;
	color: Red;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

A:visited.actie {
	text-decoration: none;
	color: Red;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

A:hover.actie {
	text-decoration: underline;
	color: #DC143C;
}

DIV {
	text-align: center;
}

TABLE.index {
	border-collapse: collapse;
	border-spacing:0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	vertical-align: bottom;
}

TD.index {
	height: 45px;
	vertical-align: bottom;
}


TABLE {
	border-collapse: collapse;
	border-spacing:0;
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

TD.LEFT {
	background-color: White;
	color: black;
	font-family: Arial;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	width: 25%;
}

TD.RIGHT {
	background-color: #B7D65D;
	color: black;
	font-family: Arial;
	font-size: 13px;
	padding:   10px 10px 10px 10px;
	vertical-align: top;
	width: 75%;
}

TABLE.EMBED {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 5px;
	margin-right: auto;
}

TD.EMBED {
	background-color: #FFCC99;
	color: black;
	font-family: Arial;
	font-size: 13px;
	padding:   20px 20px 20px 30px;
	vertical-align: top;
}

TD {
	font-family: Arial;
	font-size: 13px;
	vertical-align: top;
}


H1 {
	font-size: 45px;
	font-family: Arial;
	color: White;
}

H2 {
	font-size: 17px;
	font-family: Arial;
}

H3 {
	font-size: 18px;
	font-family: Arial;
	color: Red;
}

H4 {
	font-size: 17px;
	font-family: Arial;
	text-decoration: underline;
	text-align: center;
}