/* Stylesheet Sonntagabendkirche.de, Eva Meier de West */

/* Schriftfarbe, -größe und -art */	
body, div, p, td, th, h1, h2, h3, h4, li, ul, ol { 
	 font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;
	 color: #9A2C2C;
	 font-size:9pt;
	 } 
	
/* Link */
 a:link {
	 color: #781F1F;
	 text-decoration:underline;
	 }

/* Link (visited) */
 a:visited {
	 color: #781F1F;
	 text-decoration:underline;
	 }

/* Link-Aktion */
 a:hover {
     color: #9A2C2C;
	 text-decoration:none;
	 }
