body
{
	text-align: left;
	margin: 2em;
	background-color:rgb(216,48,42);
	font-family: helvetica neue,helvetica-neue,helvetica,arial,sans serif;
	color:rgb(255,255,255);
	position: relative;
	border: 100 white solid;
}

a {
	text-decoration:none;
	color:rgb(255,66,60);
}

a:hover {
	color:rgb(255,255,255);
	border-bottom:1000em solid #fff;
}

h1, h2 {
	font-weight: bold;
	letter-spacing: -3pt;
	line-height: .8em;
	font-size: 60pt;
	margin: 0;
	padding: 0;
}

h2 {
	margin:.3em 0;
	padding:0;
	color:rgb(0,0,0);
}
