body{
	background-color: #C0C0C0;
}

/*--background color in tabel--*/

body td{
	text-align: left;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color : #fffff4
}

/*--background color top--*/

.topback{
	background-image: url(../data/topphotoleft.jpg);
	background-repeat: no-repeat;
	background-position: left;	
	background-color: Black;
}

/*--background menu--*/

.menuback{
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

/*--reviews--*/

td.reviews{
	text-align: left;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D0D0CB;
	
}


H2, H3, H5, H6{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
}

H4{
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration: underline;
	
}

/*

.col1{
	width: 30%;
	background-color: #FFFBF0;
	color: #04007C;
	text-align:right;	
}
.col2{
	width: 70%;
	background-color: FFFBF0;
	padding:6px 0px 0px 6px; 
}*/

/*--hyperlinks--*/

a.link{
	font-weight: bold;
	color: #04007C;
	text-decoration: none;
}

a:hover.link{
	font-weight: bold;
	color: #A3C734;
	text-decoration: none;
}

/*--links on linkspage--*/


table.linkspage td a{
	font-weight: bold;
	color: #04007C;
	text-decoration: none;
	
}

table.linkspage td a:hover{
	font-weight: bold;
	color: #A3C734;
	text-decoration: none;
}

/*--onderschrift links--*/

table.linkspage td i{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	font-style: normal;
	color: #434343;
}

/*--copyright line--*/

div.copyright{	
	text-align: center;
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*--link in copyright line--*/

div.copyright a.copyrightlink{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div.copyright a:hover.copyrightlink{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/*--guestbook--*/

div.guestbook{
	text-align: center;
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
	