@font-face { 
	font-family:sans-serif; 
	cap-height:2em; 					/*Höhe der Großbuchstaben der Glyphen*/
	x-height:0.8;						/*obere Grundlinie der Glyphen*/
}

body {	
	margin-top:10px; 		/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
	margin-bottom:10px;		/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
							/* background-color:rgb(0%,0%,0%)} */
}

p, h1, h2, ul, ol, li, div, td, blockquote, nobr, b, i 
{
	font-family:Arial,sans-serif; 
	color:black;
	font-size:12pt;
	/*font-size:0.85em;*/
}

h1 
{
	font-family:'Times',serif; 
	font-size:28pt; 
	text-align:left; 
	font-style:bold; 
	text-shadow:grey;
	color:#940101;
	text-align:center;
	/*font-variant:small-caps;*/
}

h2 
{
	font-size:20pt; 
	font-style:bold; 
	text-shadow:grey; 
	color:#940101;
	/*font-variant:small-caps;*/
}

h3 
{
	font-size:12pt; 
	font-style:bold;
	color:#940101;
}

hr 			
{
	height:1px; 
	border-style:dotted;
}


							/* a:link = Verweise zu noch nicht besuchten Seiten */
							/* a:visited = Verweise zu bereits besuchten Seiten */
							/* a:active = Verweise, die gerade angeklickt werden */
							/* color = Farbe */
							/* #AA5522 = kotzbeige, Wert aenderbar */
							/* #772200 = scheissbraun, Wert aenderbar */
							/* #000000 = schwarz, Wert aenderbar */
							/* text-decoration = Tesxtstil */
							/* underline = unterstrichen, Default-Wert, Wert aenderbar */
							/* none = nicht unterstrichen, Wert aenderbar */
a 
{
	font-family:Times,serif; 
	font-weight:900; 
	text-shadow:grey;
	color:black;
	color:#600000;
}

a:link 		
{
	text-decoration:none;
}

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

a:active 	
{
	text-decoration:none;
	color:#B00000;
}

a:hover 	
{
	text-decoration:overline underline;
}