Is it possible to set the font-style once in my CSS and have it propagated to the whole page? I've tried setting the body style but it does not get used by other elements such as menus.
Code:
body { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; color:#001155; background-color:#DCE4FF; }
Comment