	a:link, a:visited, a:active
		{
                color: #ffffff; 
                text-decoration: none; 
                font-family: Tahoma, Verdana; 
                font-size: 12pt
            }
	A:hover
		{
                 color: #ffffff; 
                 text-decoration: underline; 
                 font-family: Tahoma, Verdana; 
                 font-size: 12pt
            }

