BODY
{
	background-color: #ffad10 ; 
    font-family: Verdana, Tahoma, Arial ;
	font-size: 13px ;
	color: #555555  /* tekstkleur */
}

TABLE
{
	font-size: 13px ;
	border-right-width: 0
}


TABLE.hoofdtabel
{
	background-color: #ffad10
}

TD.tekstenbeeld
{
	background-color: #FFFF99 ;
	vertical-align: top
}

A
{
	color: #007700 ;
	text-decoration: none ;
	/* background-color: #FFFF33 */
	/* font-style: italic */
}

A:visited
{
	color: #00A000 ;
	text-decoration: none ;
	/* font-style: italic */
}

H1, H2, H3, H4, H5, H6
{
	color: #444444
}

H1
{
	color: #555555 ;
	font-size: 26px
}

H2
{
	font-size: 23px
}

H3
{
	font-size: 20px
} 

H4
{
	font-size: 18px
}

H5
{
	font-size: 15px
}

H6
{
	font-size: 13px
}

DT
{
	font-weight: bold
}