| One | Two | Three |
| Four | Five | Six |
| Seven | Eight | Nine |
This page was made to look this way by putting the following between the <head> and </head> tags:
<style type="text/css">
table { font-size: 200% ; }
td.red { background: red ; }
td.blue { background: blue ; }
td.big { font-size: 300% ; }
</style>