/* DATEI: selfhtml.css */


body {  
	font-family: Verdana;
	background-color: #FFFFFF;
}

p    {
	font-size: 16px;
	font-family: Garamond, "Times New Roman";
}

h2 {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFCC00;
}

h3 {
	font-family: Verdana;
	color: #222222;
}

h4 {
	font-family: Verdana;
	color: #222222;
}

h5 {
	font-family: Verdana;
	color: #222222;

}

h6 {
	font-family: Verdana;
	color: #222222;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	a:link { color:#AA5522; text-decoration:underline; list-style-image:url('pic/pil.jpg') }

a visited { color:#5B1A00; text-decoration:underline; }

a active { color:#0000FF; text-decoration:none; font-family:Garamond; font-size:12pt }

a.an { text-decoration:none; color:#00FF00 font-size=:8pt }
a:hover  { font-family: Verdana;
           font-weight:NONE;
	   color: #FF0000;
	   text-decoration: NONE  }
	
        


