@import url(temp.css);

body {
	font-family:'Syncopate', sans-serif;;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {padding-top: 150px;
	font-size: 3em;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px #333;
}