@charset "utf-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FF9933;
	height: 40px;
	width: 110px;
	vertical-align: middle;
	background-color: #FFCC33;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin-left: 10px;
	margin-top: 10px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9933;
}
body {
	background-color: #999999;
	background-image: url(schoolwebsite/FOTOS/vlinderblad2.jpg);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
table {
	background-color: #666600;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #0099FF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #0099FF;
	text-decoration: none;
}

