body {
	padding: 0 50px;
	line-height: 120%;
}

.justify {
	text-align: justify;
}

nav {
	font-size: small;
	margin-bottom: 20px;
}

header {
	font-size: medium;
	font-weight: bold;
}

h1 {
	font-size: xx-large;
}

footer {
	font-size: medium;
}

footer .footer_title {
	font-style: italic;
	font-weight: bold;
}

footer p {
	margin-left: 20px;
}

