| <HTML> | |
| <HEAD> | |
| <TITLE>Examples of margins, padding, and borders</TITLE> | |
| <style type='text/css'> | |
| </style> | |
| </HEAD> | |
| <BODY> | |
| <p>-----</p> | |
| <h1 style='margin:12pt'>12pt</h1> | |
| <p>-----</p> | |
| <h2 style='margin:20pt'>20pt</h2> | |
| <p>-----</p> | |
| <h3 style='margin:30pt'>30pt</h3> | |
| <p>-----</p> | |
| </BODY> | |
| </HTML> |