@import url(supersized.css);

body {
	font-family: georgia;
}

h1 {
	padding: 0 0 10px 0;
	color: #fff;
	font-weight: normal;
	font-size: 72px;
	font-family: 'Open Sans', sans-serif;
}

p {
	color: #fff;
	font: 11pt "Helvetica Neue", "Helvetica", Arial, sans-serif;
	text-shadow: #000 0px 1px 0px;
	line-height: 200%;
	padding-left:  5px;
}

#content {
	margin: 50px;
	display: block;
	text-align: left;
	background: #transparent;
}

.stamp {
	float: right;
	margin: 15px 30px 0 0;
}

a {
    border-bottom: 1px dashed #FFFFFF;
    color: #FFFFFF;
    padding-bottom: 4px;
    text-decoration: none;
}