body {
	color: #000;
	text-decoration: none;
	background-image: url(assets/160759-2048x1536.jpg);
	text-align: center;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}

h1 {
	font-size: 48px;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-shadow: 4px 4px 6px #CCC;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666;
}
a:hover {
	color: #333;
	text-shadow: 4px 5px 6px #666;
}
