* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #f2f2f2;
}

.header {
	font-size: 50px;
	color: steelblue;
	margin: 15px 0 30px 15px;
	text-shadow: 0px 0px 64px #3f75a2;
}

hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(70,130,180, 1), rgba(0, 0, 0, 0));
	margin-bottom: 25px;
}

.link {
	margin: 10px 15px;
}

a {
    font-size: 14px;
	text-decoration: none;
	color: steelblue;
}