hr{
	height:1px;
	color:green;
}
.gastenboekBladeren,a.gastenboekBladeren:link,a.gastenboekBladeren:visited
{
	background-color: white;
	color:green;
	text-decoration:underline;
	font-size: 10px;
}
a.gastenboekBladeren:hover,a.gastenboekBladeren:active
{
	text-decoration:none;
	color:red;
	font-size: 10px;
}
.gastenboekNieuw,a.gastenboekNieuw:link,a.gastenboekNieuw:visited
{
	background-color: Aqua;
	color:green;
	text-decoration:underline;
	font-size: 12px;
}
a.gastenboekNieuw:hover,a.gastenboekNieuw:active
{
	text-decoration:none;
	color:red;
}
.gastenboekNAW
{
	font-weight : bold;
	color:olive;
	background-color:navy;
}
.gastenboekNAWgegevens
{
	font-weight : bold;
	color:navy;
	background-color:olive;
}
.gastenboekBericht
{
	background-color:green;
	color:darkred;
}
.gastenboekInput
{
	border:1px solid;
	background-color:gray;
	height:14px;
	font-size:10px;
	text-align: center;
}
.gastenboekCheck,.gastenboekRadio
{
	border:0px solid;
	background-color:red;
	color:purple;
	width:14px;
	height:14px
}
.gastenboekBerichtTD
{
	text-align:center;
	background-color:gray;
	color:blue;
}
.gastenboekTextarea
{
	border:1px solid;
	color:black;
	width:100%;
	height:150px;
	background-color:lightblue;
	font-family:verdana;
	font-size:10px;
}
.gastenboekSubmit
{
	color:green;
	background-color:darkblue;
	font-weight:bold;
}
.gastenboekError
{
	color:red;
	background-color:gray;
}
.gastenboekTerug,a.gastenboekTerug:link,a.gastenboekTerug:visited
{
	background-color:black;
	color:white;
	text-align:center;
	text-decoration:underline;
}
a.gastenboekTerug:active,a.gastenboekTerug:hover
{
	text-decoration:none;
}