<html> <head> <title>Example 10-1-F</title> <style type="text/css"> div.samp1{font-family:"sans-serif"; font-size:150%} div.samp2{font-family:"serif"; font-size:150%} div.samp3{font-family:"Arial"; font-size:150%} div.samp4{font-family:"Courier"; font-size:150%} </style> </head> <body> <div class="samp1"> <p>This is the generic "sans-serif" font</p> </div> <div class="samp2"> <p>This is the generic "serif" font</p> </div> <div class="samp3"> <p>This is the "Arial" font</p> </div> <div class="samp4"> <p>This is the "Courier" font</p> </div> </body> </html>