/* DATEI: style.css*/
body {
	background: White;
}
h3  {
	font-size : 16pt;
	color : #FF0000;
	font-style : italic;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 16pt;
	font-style: bold;
	color: Black;
}

h1 {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	font-style: bold;
	color: Black;
}
p,li,  {
	font-size: 10pt;
	font-family: "Comic Sans MS";
}

li,  {
	font-size : 9pt;
	font-family: "Comic Sans MS";
}


a:link  {
	color : Black;
	text-decoration : underline;
	font-weight : bold;
	
}

/* noch nicht besuchte Seiten*/
a:visited  {
	color: #B22222;
	text-decoration: none;
}

/* bereits besuchte Seiten*/
a:active  {
	color: #008B8B;
	
	
	
}



