@font-face {
	font-family:		Delicious;
	src:				url(../fonts/Delicious-Roman.otf) format("opentype");
}
@font-face {
	font-family:		Delicious;
	src:				url(../fonts/Delicious-Bold.otf) format("opentype");
	font-weight:		bold;
}
@font-face {
	font-family:		Delicious;
	src:				url(../fonts/Delicious-Italic.otf) format("opentype");
	font-style:			italic;
}
html {
	background-color:	#FFF;
	color:				#57575A;
	font:				75% Delicious, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
div {
	width:				615px;
	margin:				10em auto 0;
}
p {
	font-size:			2.5em;
	line-height:		1.3em;
	letter-spacing:		0em;
	margin-bottom:		1em;
	text-indent:		1.3em;
}
p strong {
	font-weight:		bold;
}
p#email {
	text-indent:		0;
}
a {
	color:				#57575A;
	text-decoration:	none;
	font-style:			italic;
}
a:hover {
	border-bottom:		2px solid #57575A;
}
