html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: sans-serif;
    line-height: 1.5;
}
a {
	text-decoration: none;
	color: #0051d8;
}
a:active {
	opacity: 0.6;
}