Hi

How can I change the
font style?
I changed in this code but nothing changed
HTML Code:
.popupbody li a,
.popupbody li label {
display:block;
color: {vb:stylevar popupmenu_link_color};
background:{vb:stylevar popupmenu_link_background};
padding:{vb:math {vb:math {vb:stylevar popupmenu_height}-{vb:math {vb:stylevar popupmenu_font.fontSize}{vb:stylevar popupmenu_font.units}*{vb:stylevar line_height}}}/2
}
If I use Firebug i can see the difference.

Thank you