*{
	outline: none;
	border: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: rgb(60,80,90);
	text-shadow: 1px 1px 1px #fff;
}

*::selection{
	background: transparent;
}

html{
	background: #eee;
}

body{
	margin: 50px auto;
	width: 500px;
}

a:hover{
	color: rgb(60,80,90);
}

header{
	margin-left: 60px;
	margin-bottom: 10px;
}

header p{
	position: absolute;
	margin-left: 180px;
	margin-top: -35px;
	font-size: 10px;
	color: rgb(110,130,140);
	font-style: italic;
}

section{
	word-spacing: 0.1em;
	font-style: italic;
}

section p{
	padding-bottom: 0.7em;
}

section a{
	text-decoration: underline;
}

span.heart {
	position: relative;
	top: 2px;
	font-size: 1.4em;
	font-style: normal;
	color: rgb(140,100,100);
}

h1{
	font: 70px/110px 'MiamaRegular', Arial, sans-serif;
	font-weight: 800;
	word-spacing: 0.1em;
	color: rgb(160,180,190);
}

footer{
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

footer a{
	margin: 0px 5px;
	float: left;
	color: #bbb;
	font-size: 10px;
}
