/* Links */
a
{
	color: #F8F0DC; /* #FFFFFF; */
	background: transparent;
}

a img 
{
border: 2px solid #FF0000;
}

td.nav	a
{
	color: #000000;
	text-decoration: none;
	background: transparent;
}

td.white a
{
	color: #000000;
	background: transparent;
}


/* Effect bij muis boven link */
a:hover
{
	font-style: italic;
	font-weight: bold;
}

/* Navigatiebalk */
td.nav
{	
	vertical-align: centre;
	height: 40;
	background-color: #CECECE;
}

/* Tabel */
table
{
	table-border-color-light: rgb(255,255,255);
}
td.kop
{
	color: #F8F0DC;
}
td.side
{
	width: 150;
	vertical-align: top;
	background-color: #000000;
}
td.white
{
	font-family: "Century Gothic", sans-serif;
	color: #000000;
	background-color: #F6F6F8;
}
td.white h1, td.white h2, td.white h3
{
	color: #0232D5;
}

/* Eigenschappen van hoofdtekst */
body
{
	font-family: "Century Gothic", sans-serif;
/*	background-color: #01155B; */
	background-image: url('../plaatjes/kleurovergang2.png');
/* 	background-color: #4682B4; */ /* steel blue */
}

/* Lijst */
li
{
	list-style-type: circle; /* opsommingsteken */
}