textarea
{
 font-size:85%;
}

body {  font-family: Verdana;
	font-size: 1;
	color:#333;
	line-height: 120%;
	background-color:#fff;
	margin: 0px;
}

td
{
 font-size: 70%;
 margin: 5px;
}

li
{
 list-style-image: url(img/pijl.gif);
}

a
{
 color: black;
 font-size: 100%;
 font-weight: bold;
 text-decoration : none;
}

a:hover 
{
 color: red;
 text-decoration : underline;
}


}