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