*{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	background: #d3f0fa;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #032d3a;
	font-weight: 300;
}
a{
	color: #005683;
	font-weight: 400;
}
em{
	font-family: Palatino;
	font-size: 1.2em;
	padding: 0 3px;
}
.vcard{
	width: 630px;
	margin: 120px auto;
}
h1{
	text-align: center;
	font-family: 'Optima';
}
sup a{
	text-decoration: none;
	position: relative;
	color: #3e8198;
	font-size: 1.5em;
	bottom: -6px;
}
.role{
	text-align: center;
	padding: 10px;
	font-style: italic;
}
section{
	border-top: 1px dashed #9ec8d6;
	display: block;
	margin: 20px 0;
	padding: 20px 10px 5px;
}
	section p{
		font-size: 1.1em;
		line-height: 1.7em;
		margin: 0 0 15px;
	}
	section p:last-child{
		margin: 0;
	}
	section em{
		border-bottom: 2px solid #60b4df;
	}
.superscript{
	border: none;
	margin: 0; padding: 15px 10px 0;
}
	.superscript p{
		font-size: 0.69em;
		font-style: italic;
	}
		.superscript p em{
			border: none;
		}
