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;
	width: 18%;
}

.content {
	position: relative;
	left: 19%;
	width: 80%;
}

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

.menu .submenu {
	border: thin solid black;
	background-color: #e8f3ff;
	border-spacing: 0pt;
	margin-bottom: 0.5em;
}
.menu .item {
	padding: 0.2em;
}

.menu .title {
	border: thin solid black;
	border-bottom: none;
	text-align: center;
	background-color: #b9d3ee;
	font-weight: bold;
	padding: 0.2em;
}

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;
}

ol ol {
	list-style-type: lower-alpha;
}