/* CSS Cascading Style-Sheets */
/* by Kimbo Kimbretti Mai. 2004 */

/* Hintergrundfarbe wird festgelegt */
body { background-color: #ECF2FE }
body { font-family: Century Gothic }


a:link {
	color: #0000a7;
	text-decoration: none;
	}
	
a:visited {
	color: #0000a7;
	text-decoration: none;
	}
	
a:hover  {
	color: #63ff29;
	}
	
a:active { 
	color:#000000;
	}