@import url('css-reset.css');
@import url('grid.css');

body {
	color:#fff;
	padding:50px;
	font-size:12px;
}

div.copy {
	width:100%;
	height:500px;
	padding-bottom:1em;
}

.copy h2 {
	color:#666;
	font-weight:normal;
	font-family:Georgia, serif;
	letter-spacing:-1px;
	font-size:2em;
	line-height:1.1em;
	margin-bottom:1em;
}

.copy h2.dropcap:first-letter {
	font-size:4.2em;
	line-height:75%;
	float:left;
	margin-right:0.03em;
	color:#c53333;
}

.copy p {
	width:25em;
	color:#444;
	font-size:1.4em;
	line-height:1.5em;
	font-family:Georgia;
	text-indent:2em;
}

.copy > p:first-child {
	text-indent:0em;
}

.copy span.red {
	color:#c53333;
}

.copy em {
	font-style:italic;
}

a:link, a:visited, a:active {
	color:#ccc;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

a:hover {
	color:#999;
}

ol {
	list-style: none;
}
