/* Datei: gfg.css */

	a:visited,a:link		
				{font-size:10pt;
				font-family:Verdana;
				font-weight:bold;
				text-decoration:underline;
				color:#000099;
				}

	a:hover		{color:#ff0000;}


