@import url(http://fonts.googleapis.com/css?family=Montserrat);

body {
	font-family: 'Montserrat', sans-serif;
}

.content {
	width: 500px;
	margin: 50px auto 0 auto;
}

.impressum {
	margin-top: -6px;
	text-align: right;
	font-size: 10pt;
	text-align: center;
}

h1 {
	margin: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

canvas {
	outline: none;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}