<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css fuer rs1tuning.de /ebay  */

h1  { 
	color:red; 
	letter-spacing:10px; 
}
h3  {
	color:blue;
	font-size:16pt;
	font-family:arial, "lucida console", sans-serif;  /* Schriftart */
	font-weight:bold;				/* Schriftstaerke */
	line-height:1em;				/* Zeilenhoehe relativ */
	word-spacing:0.1em;				/* Wortabstand */
	background-color: light grey;			/* Hintergrundfarbe Zeile */	
}	
p    {
	color:dark blue; 
	font-size:14pt;
	font-family:arial, "lucida console", sans-serif;  /* Schriftart */
	font-weight:normal;				/* Schriftstaerke */
	line-height:1em;				/* Zeilenhoehe relativ */
	word-spacing:0.1em;				/* Wortabstand */
	background-color: light grey;			/* Hintergrundfarbe Zeile */	
}</pre></body></html>