body{
	font-family: Georgia;
	padding: 10px;
}

h1{
	font-size: 80px;
	color: #fff;
	text-align: center;
	line-height: 110px;
}
p{
	font-size: 16px;
	margin-bottom: 10px;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #3AA9E4;
}
