
p {font-family:Arial }	/*Normale Schrift*/

td {font-family:Arial  }  /*Tabelle*/

div {font-family:Arial  } /*Layer*/

a {text-decoration:none;}	/* Links nicht Unterstreichen */ 
a:link { color:Blue;}		/* Normaler Link */ 
a:active { color:red; } 	/* Aktiver Link (beim Clicken) */
a:visited { color:black; } 	/* Besuchte Links */
	
body; font-family:Arial } 	/* Hintergrund Farbe, Bild */

ul { list-style-image:url(images/formate.css/bullet.gif) }	/* Aufzählungszeichen */

h1 { font-family:Arial} 	/* Überschrift 1 */
h2 { }	/* Überschrift 2 */
h3 { }	/* Überschrift 3 */
h4 { }	/* Überschrift 4 */
h5 { }	/* Überschrift 5 */
h6 { }	/* Überschrift 6 */
