/* Beispiel-CSS-Datei fuer JS-Menue © Rhein@Net */

A
{
    	text-decoration : none;
    	font-family : Verdana,Arial;
    	color : 333333;
    	font-size : 8pt;
    	font-weight : normal;
}
b
{
    	text-decoration : none;
    	font-family : Verdana,Arial;
    	color : 333333;
    	font-size : 10pt;
    	font-weight : bold;
}

A:hover
{
color:#FF0000;
}
