html {
	/* Image is CC-SA-3 */
	background: url(background.png) repeat fixed;
	color: black;
	font-family: Palatino, Georgia, Times, serif;
}

body {
	-moz-box-shadow: -5px -5px 50px #111, 5px 5px 50px #111;
	-webkit-box-shadow: -5px -5px 50px #111, 5px 5px 50px #111;
	box-shadow: -5px -5px 50px #111, 5px 5px 50px #111;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgb(0,0,0,0.3);
	width: 90%;
	line-height: 1.5em;
	margin: 20px auto;
	padding: 20px;
	text-align: justify;
	font-size: 12pt;
}

header {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding-bottom: 15px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

header a, header a:hover {
	text-decoration: none;
	color: black;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}

nav {
	display: block;
	margin-bottom: 1px;
	width: 100%;
	text-align: left;
	font-size: 70%;
}

h3 {
	margin: 0;
}

a {
	text-decoration: none;
	color: #333388;
}

a:hover{
	text-decoration: underline;
	color: #333366;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}

main > b, main > p {
	font-size: 100%;
	margin-bottom: 10px;
	margin-top: 0;
	display: block;
	text-align: left;
}

section.info > b, section.info > p {
	font-size: 100%;
	margin: 0;
	display: block;
	text-align: center;
}

footer {
	border-top: 1px solid rgba(0,0,0,0.3);
	display: block;
	padding: 1px 0;
	margin: 20px auto;
	width: 100%;
	text-align: right;
	font-size: 50%;
}

p#signature{
	float: left;
	text-align: left;
	margin: 0;
	font-style: italic;
}
