.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.name {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	font-variant: small-caps;
	text-align: center;
	margin-top: 100px;
}
.content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.email {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	margin-top: 20px;
}
.a {
	text-decoration: none;
	color: #333;
}
