/* **************************************** */
/*      Basisstylesheet für Netscape        */
/*      (c) Micha Zocholl, 22.5.2003        */
/* **************************************** */
a:link, a:visited {
	background-color: transparent;
	color: #FEF8F0;
}
a:hover, a:active {
	background-color: #FEF8F0;
	color: #8F8A81;
	text-decoration: none;
}

body {
	background-color: #8F8A81;
	color: #FEF8F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h1 {
	font-size: 1em;
	font-weight: bold;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
}

h3 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
}

small {
	font-size: 0.7em;
}
