Also: Ich hab da folgenden Code
	und folgendes CSS
	Der Text (im Beispiel "Enkaustik") wird zwar soweit richtig formatiert (Schriftgröße, Font, etc.), was die Schriftfarbe anbelangt aber nicht! Sie bleibt meine Standard-Link-Schriftfarbe (#CCCCCC).
Weiß jemand Rat?
					Code:
	
	<span class="GalleryPreviewTitle"><a href="[...]">Enkaustik</a></span>
Code:
	
	.GalleryPreviewTitle	 {color: #FFFFFF;
		  	 font-family: Verdana, tahoma, sans-serif;
		  	 font-weight: bold;
		  	 font-size: 14px;
			 margin-top: 3px;
}
Weiß jemand Rat?
          
Kommentar