body {
	background-color: #FFCCFF;
	background: url('aloha.gif');
	background-attachment: fixed;
	color: #9966CC;
	font-family: verdana, arial, microsoft sans serif, sans serif;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
td {
	font-size: 10pt;
}
a:link, a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #FF99FF;
	text-decoration: none;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
}
table.common {
	background-color: #FFCCFF;
	border: 1px solid white;
}
table.reactie {
	padding: 5px ;
	border: 1px solid white;
	background-color: white;
}
td.reactiehead {
	border: 0px solid white;
	background-color: white;
	font-size: 10pt;
}
img {
	border: 0;
}
hr {
	border: 1px solid yellow;
	width: 100%;
}
input, textarea {
	color: #9966CC;
	background-color: white;
	border: 1px solid #FFCCFF;
	font-family: Arial, Verdana, Monospace;
	font-size: 10pt;
}
input.button {
	color: yellow;
	background-color: white;
	border: 1px solid #FFCCFF;
}
input.button_mo {
	color: yellow;
	background-color: white;
	border: 1px solid #FFCCFF;
}