@font-face {
    font-family: GraublauWeb;
    src: local("GraublauWeb"), url(/library/GraublauWeb.otf) format(truetype);
}

@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: local("GraublauWebBold"), url(/library/GraublauWebBold.otf) format(truetype);
}

a { text-decoration: none; }

a:link { color: #9cf; border-bottom: 1px dotted #9cf; }
a:visited { color: #69c; border-bottom: 1px dotted #69c; }
a:hover { color: #c30; border-bottom: 1px dotted #c30; }
a:active { color: #fff; border-bottom: 1px dotted #fff; }

body {
	background: #123;
	color: #fff;
	font-family: GraublauWeb, Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
}

p { margin: 0 0 1em; line-height: 1.5em; }

div#content {
	font-size: 2.4em;
	width: 30em;
	margin: 0 auto;
	padding: 2em 0;
}
