 @charset "UTF-8";

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #003300;
}
body {
	margin-top: 10px;
	background-color: #FFFFCC;
}
a:link {
	color: #003300;
	font-weight:bold;
	text-decoration:underline;

}
a:visited {
	color: #003300;
	text-decoration:underline;

}
a:hover {
	color: #006600;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color:  #006600;
	font-weight:bold;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 90%;
}	

.balkje-groen {
	color:#ffffcc;
	background-color:#003300;
	padding:6px;
	margin-top: 0px;
}
.lijntje_groen {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	margin-top: -15px;
}
.onderbalk {
	color: #FFFFCC;
	text-align: right;
	font-size: small;
}
.onderbalk a:link {
	color: #FFFFCC;
	font-weight: normal;
	text-decoration: none;
}
.onderbalk a:visited {
	color: #FFFFCC;
	text-decoration:none;
}
.onderbalk a:hover {
	color: #FF0000;
	text-decoration:none;
}
.onderbalk a:active {
	color:  #FF0000;
	text-decoration:none;
}
.rood {
	color: #F00;
}
