body {
	background-color: grey;
	font-family: sans-serif
}	

.basic-box {
	margin: 1em;
	padding: .5em 1.5em .5em 1.5em;
	background-color: white;
	border-width: medium;
	border-color: black;
	border-style: solid;
	text-align: justify;
}

acronym {
	text-decoration: none;
}

.menu {
	width: 6em;
	position: fixed;
	margin: 1em;
	padding: 1em 1em .5em 1em;
	background-color: white;
	border-width: medium;
	border-color: black;
	border-style: solid;
	text-align: justify;
}

.menu > h3 {
	margin: 0em 0em 0em 0em;
	padding: 0em .2em 0em 0em;
	text-align: right;
	color: white;
	background-color: black;
}

.content {
	margin:  0em 1em 2em 12em;
}

.content > h2 {
	color: grey;
	text-align: right;
}

.content > h3 {
	color: grey;
	text-align: right;
}

.disclaimer {
	margin:  0em 1em 1em 12em;
}

.signature {
	margin:  0em 1em 1em 12em;
}

.disclaimer > h3 {
	background-color: black;
	color: white;
	padding: 0.1em .5em .1em .5em;
	text-align: right;
}

:link {
	color: black;
	text-decoration: underline;
}

:visited {
	color: grey;
	text-decoration: underline;
}

