STYLE EXAMPLE

<html>
<body style = "font-family: arial">
Hi from the body
<table style = "border: groove 10pt yellow">
<td style = "border: solid 3pt red">R1C1</td>
<td>R1C2</td>
</table> </body> </html>