/* Stylesheet musikfreizeit.de, Eva Meier de West */

/* Schriftfarbe, -größe und -art */	
body, div, p, td, th, h1, h2, h3, h4, li, ul, ol { 
	 font-family:Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size:10pt;
	 } 
	
/* Link */
 a:link {
	 color: #333333;
	 text-decoration:underline;
	 }

/* Link (visited) */
 a:visited {
	 color: #333333;
	 text-decoration:underline;
	 }

/* Link-Aktion */
 a:hover {
	 color: #333333;
	 text-decoration:none;
	 }