body{
	font-family: candara;
	background: #3A8199;
	color: white;
	padding: 0;
	margin: 0;
}

a.header{
	font-size: 72px; 
	font-weight: bold; 
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.navi {
	background-color: white; 	
	display: block; 
	min-width: 600px; 
	max-width: 100%; 
	text-align: center;
	height: 60px;
	vertical-align: middle;
}

tr.navi{
	background: white;
	size: 16px;
}

tr.navi ul{
	list-style-type:none; 
	margin: 0; 
	padding: 0;
}

li.navi{
	display: inline; 	
	padding: 0 10 0 10;
	font-size: 16px;	

} 

li.navi a{
	color: black;
}

a{
	color: white;	
}

table{
	background: #3A8199;
	width: 600px;
	
	vertical-align: top;
	border: 0px;
	border-spacing: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	
	padding: 0px;
}

table a{
	text-decoration: underline;
}

td{
	vertical-align: top;
	text-align: center;
	padding: 0px;
}

ul.liste li {
	text-align: left;
}

ol.liste li {
	text-align: left;
}

a.footer{
	color: white;	
	border: none;
}

.footer {
	background-color: #404040;
	margin-top: 20px;
	padding-left: 20px;
	border-top: 2px solid white;
	min-width: 600px;	
	position: relative;
	bottom: 0px;
}

table.footer {	
	background-size: 100% 200px;
	background-repeat: no-repeat;
	min-height: 200px;	
	border: none;
}

table.footer td{
	min-height: 50px;
	border: none;
}

.icons {
	text-align: center;
	margin: 0 auto; 
	display: block;
	min-width: 600px;	
}

hr {
	color:white; 
	size: 1;
	padding: 0px; 
	marging: 0px;
}






