  #newstitle { font: bold; font-family: Arial; font-size: 15px; color: #000000 }
  #maintable { font-family: Arial; font-size: 11px; }
  #maintable a:active { text-decoration: none }
  #maintable a:visited { text-decoration: none; }
  #maintable a:hover { background-color: #cccccc; text-decoration:underline; }
  #maintable a:link { text-decoration: none }

input.invoer {
	font-family: "arial, helvetica";
	font-size: 12px;
	border-top: inset 2px #7ED275;
	border-left: inset 2px #7ED275;
	border-right: inset 2px #7ED275;
	border-bottom: inset 2px #7ED275;
}
input.knop {
	font-family: "arial, helvetica";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #7ED275;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	cursor: hand;
}