body {
	text-align: center;
	font-size: 16px;
	color: #111;
	background: #fff;
	margin: 0%;
}

#card{
	position: relative;
	margin: 10% auto;
	width: 40%;
	text-align:center;
	background: #ededed;
	border: 1px solid #000;
	padding: 1% 5%;
}

h1{
	text-align: center;
	font-family: Cambria, Georgia, serif;
	font-size: 4em;
	font-weight: normal;
	margin: 40px 0px 20px 0px;
}

h2{
	text-align: center;
	display: inline;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0%;
}

h3{
	font-family: Cambria, Georgia, serif;
	text-align: center;
	display: inline;
	position: relative;
	font-size: 1.05em;
	font-weight: normal;
	margin: 0%;
}

hr{
	width: 100%;
	height: 1px;
	color: #111;
	background-color: #111;
	size: 2px;
}

a{
	color: #212;
}
