/* @override http://sirlobster.de/css/nmg.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12pt sans-serif;
	background-color: #fff;
	color: #333;
	height: 100%;
}

a, a:link, a:active, a:visited, a:hover, a:focus {
	text-decoration: none;
	color: #555;
}

#content {
	width: 500px;
	margin: 150px auto auto;
}

h1 {
	margin-top: 30px;
}

p {
	margin-top: 10px;
}

