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