input {
	background-color: #eCeCeC;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF9900;
	background-color: #CCCCCC;
}
a:active {
	color: #333333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	left: 10px;
}
h1 {
	font-size: 125%;
	font-weight: bold;
	color: #336699;
	background-color: #CCCCCC;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #336699;
	background-color: #CCCCCC;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #336699;
	background-color: #CCCCCC;
}
.data {
	font-size: 110%;
	font-weight: bold;
	color: #663333;
	background-color: #CCCCCC;
}

.hoofding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #006699;
}
table {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: ededed;
	border-left-color: ededed;
}
textarea {
	background-color: #eCeCeC;
}
table table {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: ededed;
	border-right-style: none;
}

