@charset "iso-8859-1";
<!-- Generelle tags -->

start{}



a:link			{
			text-decoration: none;
			color: white;
			font-size: 8pt;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica
			}

a:active		{
			text-decoration: none;
			color: white;
			font-size: 8pt;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica
			}

a:visited		{
			text-decoration: none;
			color: white;
			font-size: 8pt;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica
			}

A:hover
			{
  			COLOR:#FFFF33;
    			TEXT-DECORATION: none
			}

