/** 
*  Standard StyleSheets für alle Seiten des Geschichtsteils
*
*  Aufruf im Header mit:
*  <link rel=stylesheet type="text/css" href="sagen.css"> 
**/

/* Gesamterscheinungsbild */
body			{ margin:0cm 1cm 1cm 1cm; background-color:#FFFFFF; font-family:Times; font-size:14pt; }

/* Darstellung der Links */
a:link		{ color:#225555; text-decoration:none; }
a:visited	{ color:#AA4444; text-decoration:none; }
a:active	{ color:#FF4444; text-decoration:none; }
