@charset "iso-8859-1";
<!-- Generelle tags -->
<!-- Body -->


start{}

body   			{
			text-decoration: none;
		         color: white;		
			font-size: 8pt;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica
			}


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: Silver;
    			TEXT-DECORATION: none
			}
}
A:active
			{
    			COLOR: yellow;
    			TEXT-DECORATION: none
			}


input {font-size:10px;
    
    font-family:verdana, arial, charcoal, geneva, helvetica;
  	font-weight: bold;
    }
