html { width:100%; height:100%; }

body {
	width: 90%;
	height: 90%;
	margin: 5% 0 0 5%;
	background-color: White;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
}
		 
body.navigation { width:90%; height:100%; margin:0; padding:0; background-color:White; font-family:Verdana; font-size:10pt;
       font-style:normal; }
		 
body.galerie { width:100%; height:110px; margin:0; padding:0; background-color:White; }
		 
td { font-family:Verdana; font-size:10pt; font-style:normal; }

a:link { color:Black; font-family:Verdana; font-size:10pt; font-style:normal; }

a:visited { color:Black; font-family:Verdana; font-size:10pt; font-style:normal; }

a:hover { color:Red; font-family:Verdana; font-size:10pt; font-style:normal; }

a:active { color:Gray; font-family:Verdana; font-size:10pt; font-style:normal; }

div.buttons a {
	background-color: Silver;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	width: 92%;
	color: Black;
	display: block;
	text-decoration: none;
	padding: 0px 3px 1px 3px;
	margin: 3px 3px 3px 3px;
}
             
div.buttons a:hover {
	background-color: Silver;
	color: Red;
}

table.center { width:100%; height:100%; border:0px; }

table.center td  { text-align:center; vertical-align:middle; }

div.center { width:100%; border:0px; margin-left:auto; margin-right:auto; text-align:center; }

div.space {
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}
