@font-face {
    font-family: 'futura_ltbold';
    src: url('/futuralt-bold-webfont.woff2') format('woff2'),
         url('/futuralt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	background-color: #ffa3d3;
	color: #000000;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
h1,h2,h3,h4 {
	font-family: 'futura_ltbold', Futura, Futura LT, Helvetica Neue, Helvetica, Century Gothic, Roboto, sans-serif;
}
a.toplink {
	background-color: #ffa3d3;		
	padding: 0.05em 0.5em;
	margin: 0 0.5em;
	border: 2px outset #888;
}
a.toplink:hover {
	background-color: #ffa3d3;
	border: 2px inset #765;
}
div.content {
	display: block;
	width: content;
	background-color: #1b1816;
	padding: 2em;
	border-radius: 1em;
	box-shadow: 4px 2px 12px black;
}
