body {
	font-size: 1.1em;
	font-family: font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	margin: 0;
	background-color: #adadad;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container {
	background-color: #ffffff;
	box-shadow: 0px 0px 12px #555555;
}
hr {
    border: none;
    border-top: 1px solid #000000;
    margin-top: 50px;
}