/* jo05sep99	css 4 feuersee
**
** jo06sep99	a:hover added;
** jo05jul2000	seperated from feuersee.css
*/

body {
	margin:0px;
	font-family:franklin gothic book,arial,sans-serif;
	font-style:normal;
	font-size:12pt;
	background-color:#0000b4;
	color:#ffffff;
}

p,ul,ol,li,div,td,th,address,blockquote,nobr {
	font-family:franklin gothic book,arial,sans-serif;
	font-style:normal;
}

h1 { font-size:36pt; font-weight:bold; }
h2 { font-size:24pt; font-weight:bold; }
h3 { font-size:18pt; font-weight:bold; }
h4 { font-size:14pt; font-weight:bold; }
h5 { font-size:12pt; font-weight:bold; }
h6 { font-size:10pt; font-weight:bold; }

p,ul,ol,li,div,td,th,address { font-size:12pt; }

b {
font-family:franklin gothic demi,arial,sans-serif;
font-style:normal;
font-weight:bold;
}

i {
font-family:franklin gothic book,arial,sans-serif;
font-style:italic;
}

.small { font-size:10pt; }


pre,tt,code {
	font-family:courier new,monospace;
}

a {
	font-family:franklin gothic demi,sans-serif;
}

a:link {
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:active {
	color:#0000b4;
	text-decoration:underline;
}

a:hover {
	color:#0000b4;
	text-decoration:underline;
}


