* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	line-height: 24px;
	width: 960px;
	margin: 96px auto;
}

a {
	text-decoration: none;
}

h1 a {
	color: #DF0000;
	font-family: 'Garamond Premier Pro Italic', garamond, baskerville, palatino;
	font-weight: normal;
	font-style: italic;
	font-size: 96px;
	line-height: 96px;
	text-transform: lowercase;
	word-spacing: -10px;
}

h1 a span {
	color: #000;
	font-size: 72px;
	line-height: 96px;
	font-family: arial;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	letter-spacing: -2px;
}

h1 a:hover span {
	color: #DF0000;
}