

.konfbar	{ 
			  text-align:center; 
			  border:thin solid withe; 
			  color:#FFFFFF; 
			  background-color:#666666; 
			  font-family:Verdana;
			  font-size:10pt;
			  font-weight:bold;
}

a:link.konfbarlink
    {
        color:#FFFFFF;
        text-decoration:none;
    }

a:active.konfbarlink
    {
        color:#FFFFFF;
        text-decoration:none;
    }

a:visited.konfbarlink
    {
        color:#FFFFFF;
        text-decoration:none;
    }

a:focus.konfbarlink
    {
        color:#FFFFFF;
        text-decoration:none;
    }

a:hover.konfbarlink
    {
        color:#FFFFFF;
        text-decoration:underline;
    }
    
