font         {font-size: 12px; font-family: Ariel}
p            { font-family: Arial (fantasy) }

h1           { font-family: Arial Black; font-size: 10pt }
h2           { font-family: Arial (fantasy); font-size: 14px }
h3           { font-size: 16pt; font-family: Arial }
h4           { font-size: 18px; font-family: Arial }
h5           { font-size: 20px; font-family: Arial }
h6           { font-size: 9; font-family: Arial; font-weight: bold  }

body { 
	background-attachment: fixed;
	topmargin:3;
	leftmargin:3;
 }


/* Linkansicht */

A {
	font-weight:bold;
	text-decoration:none;
}
A:link {
	color:#304e6a;
}
A:visited {
	color:#336699;
}
A:hover {
	color:#2e66e6;
}
A:active {
	color:#339933;
}


/* Scrollbaransicht */

body {
	scrollbar-base-color:#ccc;
	scrollbar-arrow-color:#304e6a;
	scrollbar-face-color:#e2dfff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#bbb;
	scrollbar-darkshadow-color:#000ooo;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#e3e4e9;
} 