@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('chunk-webfont.eot');
	src: local('☺'), url('chunk-webfont.woff') format('woff'), url('chunk-webfont.ttf') format('truetype'), url('chunk-webfont.svg#webfontcVOaxNSs') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	background-color: #111;
	color: #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
	color: #f0f;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}

a:hover {
	color: #f5f;
	border-bottom: 1px dashed #eee;
}

em {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eee;
}

h1 {
	font-family: ChunkFiveRegular, "Times New Roman", Times, serif;
	font-size: 96px;
	line-height: 76px;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-shadow: -5px 0 0 #f0f;
	color: #fff;
	margin-bottom: 30px;
}

h1 .lower {
	text-transform: lowercase;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
	text-shadow: -4px 0 0 #f0f;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 30px;
}

p {
	line-height: 22px;
}

#doc {
	padding: 50px;
	width: 460px;
	
}