﻿body {
	background: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: center;
}

h1 {
	font-size: 72px;
	letter-spacing: -2px;
	color: #3B4042;
	margin: 0;
}

ul { margin: 0; }

li {
	list-style: none;
	display: inline; 
	margin-right: 15px;
	color: #F9BDFF;
}

a:link,
a:visited {
	color: #696858;
	background: #FFF6C6;
	text-decoration: none;
	padding: 3px 6px;
}

p { line-height: 1.5em; }

#wrapper {
	width: 550px;
	margin: auto;
	margin-top: 200px;
	text-align: left;
	color: #3d3535
}

#content { padding-left: 5px; }

span.em { color: #e0e0e0; }
