/* DATEI: css.css */

body {
	background-color:#B4B4B4;
	font-size:10pt;
	color:#000;
	font-family:"Verdana";
}

h1 {
	font-size:100%;
}

h2 { font-size:130%; }

h3 { font-variant:small-caps; }

a:link { color:#000000; text-decoration:underline; font-weight:bold;}

a:visited { color:#000000; text-decoration:underline; font-weight:bold;}

a:active {
	color:#C00;
	font-weight:bold;
}

.autorenl { text-decoration:none; color:white; }
