body {
	font-family: sans-serif;
	color:#fff;
	background-color: #000;
	text-align: center;
}

div {
	max-width: 350px;
	padding:20px;
	margin:10% auto 0 auto;
	line-height: 1.5rem;
}

h2 {
	text-transform: uppercase;
	line-height: 2rem;
}

a {
	color:#e32;
	text-decoration: none;
	border-bottom: 1px #e32 dotted;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px #e32 solid;
}

