Paragraph
Here is the style sheet that uses a sans-serif font for the first three heading levels.
<style type="text/css"> h1, h2, h3 { font-family: arial, sans-serif } </style>