body {
	background-color: #ffffff;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}
p {
	font-family: 'Roboto Slab', 'Roboto', 'Lato', sans-serif;
	font-size: 14;
	color: black;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
a {
	font-family: 'Roboto Slab', 'Roboto', 'Lato', sans-serif;
	font-size: 20;
	color: black;
	text-align: center;
	text-decoration: none;
	border: none;
	outline: none;
	color: #444;
}
a:hover {
	text-decoration: underline;
}
#footer {
	font-size:x-small;
	text-align: center;
	font-family: 'Roboto', 'Lato', sans-serif;
	color: #bbb;
}
img {
	box-shadow: 1px 1px 5px grey;
}
