
* {
	padding: 0;
	margin: 0;
}

body {
	background: #51d6ea;
	font: 0.8em/1.8em Helvetica, Verdana, sans-serif;
	margin: 4em 0;
}

#package {
	padding-left: 150px;
}

h1 {
	color: #e9f98c;
	font: 8.1em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}

p {
	color: #fff;
	margin-top: 0.5em;
	font: 4em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #b8d5fe;
	text-decoration: none;
	border-bottom: 1px dotted #eee;
	border-color: #545454;
}