/* style sheet voor home page en pagina's met thumbnails en pagina's met fotos */ 

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #444477;
	color: white;
	margin: 5;
}



/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: white; /*   #FFAAAA;*/
}

a:visited {
	text-decoration: none; /*underline;*/
	color: yellow;/*#AAAAAA;*/
}


a:hover {
	font: italic;
        text-decoration: none;
	color: white;/*#FFFFFF*/
}

a:link {
	text-decoration: none;
	color: white; /*#CCCCCC*/
}

/* Put a border on all generated images */
.image {
	border-width: 3;
	border-color: #888888;
	border-style: solid;
	margin: 5;
}
