
body { 
	background-color: white;
	color: black; 
	margin-top: 4em; 
}

h1, h2, h3 { 
	background-color: white; 
	color: black; 
}

a:hover { 
	color: black; 
	background-color: yellow; 
}


.contact { 
	border: medium double #B8860B; 
}

.langnav {
	float: right;
}

.navbar {
	position: absolute; top:0.5em; padding: 0.2em; 
	color: black; background: #F0DEB3; border: medium double #B8860B;
	width: 90%;  margin-left: 1em; margin-left: 1em;
}

.logo { 
	float: right; 
	border: thin; 
}

.footer { 
	font-size: smaller;
}

table.schedule, table.schedule td, table.schedule th {
	border: 0.15em outset; 
}
