body { 
	margin: auto;
	width: 95%;
	max-width: 800px;
	background-color: #b8bfd1; 
	color: #030d51;
}

h1 {
	font-family: "Arial", sans-serif;
	font-size: large;
	font-weight: 900;
	color: white;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #030d51;
}

div.underbar {
	background-color: #f3b318;
	height: 20px;
}

h2 {
	margin-top: 25px;
	font-size: large;
}	
	
h3 {
	font-size: medium;
	font-weight: bold;
}

footer {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.lastupdate {
	font-style: italic;
}

div.home {
	height: 25px;
	background-color: #030d51;
}

img.homeicon {
	width: 26px;
	height: 25px;
	vertical-align: bottom;
}

a.homelink {
	font-family: "Arial", sans-serif;
	color: #f3b318;
}

a.homelink:active {
	color: purple;
}

nav {
	margin-top: 10px;
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: large;
	font-weight: bold;
	color: white;
	line-height: 1.5;
	margin-bottom: 20px;
}

nav a {
	color: white;
}

table.datatable td {
	text-align: center;
}

