<html> <head> <title>Use wile card to set font family</title> <style type="text/css"> * { font-family: verdana, arial, sans-serif; } </style> </head> <body> <h1>Title of Page</h1> <p>This is a sample paragraph with a <a href="http://www.navioo.com" class="warning">link</a>. After link. <em class="warning"> in em warning</em>. After em.</p>