@import url("http://hannesbajohr.de/NotCourierSans/stylesheet-fix.css");



h1 {
	font-family: NotCourierSans, Courier, sans-serif;
	font-size: 36px;	
	font-weight:normal;
}
a,a:active,a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-family: NotCourierSans, Courier;
}
a:hover {
	color: #FFF;
	background-color: #000;
}
a:focus { outline: thin dotted; }

h2 {
	font-family: NotCourierSans, Courier, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5em;
}
h3 {
	font-family: NotCourierSans, Courier, sans-serif;
	font-size: 12px;

}

li {
	font-family: NotCourierSans, Courier, sans-serif;
	font-size: 12px;
}

p
{
	font-family: NotCourierSans, Courier, sans-serif;
	font-size: 13px;
	}
.tag a:link {
	font-style: italic;
	font-weight: normal;
	color: #CCC;
}

.tag a:visited {
	font-style: italic;
	font-weight: normal;
	color: #CCC;
}
.notbold {
font-weight:normal;
}