.body
{
   background: RGB(215,223,226);
}

.grijs
{
   background: RGB(236,236,236);
}

.lijn
{
   background-image: url(lijn.gif);
   repeat-y;
}

.mainDiv
{
   float: left;
   color: RGB(75,75,75);
   font-family: arial;
   font-size: 8pt;
   text-align: justify;
   position: relative;
   width: 713px;
   height: 450px;
   left: 0px;
   top: 0px;   
   overflow: auto;
   overflow-x: hidden;
   padding-right: 0;
   padding-left: 0;
   padding-top: 0;
}

.main
{
   color: RGB(75,75,75);
   font-family: arial;
   font-size: 12;
   text-align: justify;
}

.tabel
{
   color: RGB(25,25,25);
   font-family: arial;
   font-size: 12px;
   text-align: justify;
}


}

A:link 		{ 	color: RGB(0,0,0);		text-decoration: none;		}

A:visited	{ 	color: RGB(0,0,0);		text-decoration: none; 		}

A:active	{	color: RGB(0,0,0);		text-decoration: none;		}

A:hover 	{ 	color: RGB(0,0,0);		text-decoration: underline; 		}

