

/*licht:  369 FF0000
  donker: 036 990000 */

body {
	font-size: medium;
	font-family:sans-serif;
	font-weight: medium;
	background-color: #fff;
	margin: 10mm }
table {
	font-size: medium;
	font-family: sans-serif;
	font-weight: medium;
	background-color: #fff;
	margin: 0mm }

h1 {
	color: #369;
	font-size: x-large;
	text-align: center }
h2 {
	color: #369;
	font-size: large }
h3 {
	color: #369;
	font-size: medium;
	font-weight: lighter }

a:link {
	color: #369;
	text-decoration: underline }
a:visited {
	color: #369;
	text-decoration: underline }
a:hover {
	color: #036;
	text-decoration: none }
a:active {
	color: #036;
	text-decoration: none }

p2 {
	color: #369 }