@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: "AkkuratMonoPro";
src: url("AkkStdMo.otf") format("opentype");
}

body{
}

.schrift{

font-family:"AkkuratMonoPro", "Andale Mono", "Menlo Regular", Courier New;
font-size: 16px;
line-height:22px;
color:#000

}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000;
