body {
	text-align: justify;
}

a {
	text-decoration: none;
}

a:link {
	color: #042ea0;
}

a:visited {
	color: #00217c;
}

a:hover {
	color: #042ea0;
	text-decoration: underline;
}

.menu {
	position: absolute;
	visibility: hidden;
}

.footers {
	font-size: 0.5em;
	text-align: center;
}

H1 {
	font-size: 2em;
	text-align: center;
	border: thin solid black;
	padding: 0.2em;
	background-color: #b9d3ee;
}

H2 {
	font-size: 1.5em;
	border-bottom: thin solid black;
}

PRE {
	border: dashed thin grey;
	background-color: #eeeeee;
	padding: 0.5em;
}

LI {
	padding-bottom: 0.5em;
}