body{
	background-color: #303d58;
	color: white;
	font: 12pt "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align:center;
}

h1{
	letter-spacing: -2px;
	text-align:center;
	font-size: 300%;
	margin-top: 100px;
	margin-bottom:0;
}

a{
	color: white;
	text-decoration: none;
	border-bottom: 6px dashed white;
	padding-bottom: 5px;
}

a:hover{
	color: #ccc;
	border-color: #ccc;
}
