﻿body
{
    font-size: .8em;
    font-family: Arial;
    background-color: buttonface;
}
TEXTAREA
{
    font-size: 1em;
    font-family: Arial;
    background-color: white;
}
.menucel { /*blok menu in 5punt20.master*/
	vertical-align: top; 
	width: 1005px; 
	height: 300px; 
	background:black;
}

.knop {
    background:black;
    border: none;
    color: white;
	border-width:2px;
	border-style:None;
	height:22px;
	width:112px;
	TEXT-ALIGN: left;
	font-weight: bold;
}
.knop:hover {
    border:none;
    background: grey;
}	