﻿/* ************************************************ */
/* ***    CSS-Style-Sheet fuer lets-click.de    *** */
/* *** Ersteller: TS / Datum: 12.10.2015 / V1.2 *** */
/* ************************************************ */

	DIV	 {
			
		}
	BODY	 {
			
		}
a:link	 {
			Color : silver ;
			Text-Decoration : None
		}
a:active	 {
			Color : green ;
			Text-Decoration : None
		}
a:visited	 {
			Color : silver ;
			Text-Decoration : None
		}
a:hover	 {
			Color : #silver ;
			Text-Decoration : underline
		}
