* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #fff;
	height: 100%;
	color: #000;
	font: 18px/24px Georgia, Palatino, "Times New Roman", Times, serif;
}

p {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
	margin-bottom: 6px;
}

#wrapper {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 15px;
}

#wrapper * {
	text-align: left;
}

hr {
	height: 1px;
	border-style: none;
	color: #939393;
	background-color: #939393;
	margin: 12px 0;
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	margin-bottom: 8px;
}

h2 {
	font-size: 20px;
}

.fakelink {
	text-decoration: underline;
	cursor: pointer;
	color: #511aff;
}