/*
 * Author: Marco van der Kooi
 */

body
	{
	font-family: garamond, times new roman;
	font-size: 12pt;
	margin: 0;
	background-color: #FFFFFF
	}

td.blokje
	{
	background-color: #AC402B;
	height: 200;
	width: 20
	}

table.fullpage
	{
	height: 100%;
	width: 100%
	}
	
table.menu
	{
	width: 200px;
	height: 420px
	}
	
h1
	{
	font-size: 15pt;
	color: #AC402B;
	display: inline
	}
	
h2
	{
	font-size: 12pt;
	font-family: garamond;
	color: #000000;
	display: inline
}

img
	{
	border: 0
	}

img.menu
	{
	border: 0;
	height: 24px;
	width: 139px
	}

img.fotoboek
	{
	border: 0;
	height: 85px;
	width: 109px
	}

img.foto
	{
	border: 0;
	height: 283px;
	width: 363px
	}

a.menu
	{
	color: #000000;
	font-family: garamond;
	font-size: 16pt;
	text-decoration: none
	}
	
a.menu:link
	{
	color: #000000;
	font-size: 16pt;
	text-decoration: none
	}
	
a.menu:active
	{
	color: #000000;
	font-size: 16pt;
    text-decoration: none
	}
	
a.menu:visited
	{
	color: #000000;
	font-size: 16pt;
    text-decoration: none
	}
	
a.menu:hover
	{
	color: #000000;
	font-size: 16pt;
    text-decoration: underline
	}

a.menu
	{
	color: #000000;
	text-decoration: none
	}
	
a.link:link
	{
	color: #000000;
	text-decoration: none
	}
	
a.link:active
	{
	color: #000000;
	text-decoration: none
	}
	
a.link:visited
	{
	color: #000000;
    text-decoration: none
	}
	
a.link:hover
	{
	color: #000000;
    text-decoration: underline
	}

a.fotoboek:link
	{
	color: #AC402B;
	text-decoration: none
	}
	
a.fotoboek:active
	{
	color: #AC402B;
	text-decoration: none
	}
	
a.fotoboek:visited
	{
	color: #AC402B;
    text-decoration: none
	}
	
a.fotoboek:hover
	{
	color: #AC402B;
    	text-decoration: underline
	}

a.invis
	{
	color: #000000;
	text-decoration: none;
	cursor: text
	}