blob: 22be48087d9aebb64e9a473209e4436c9cc61f38 [file] [log] [blame] [edit]
<html>
<head>
<style type="text/css">
td {
border: black thick solid;
background: yellow;
}
</style>
</head>
<body style='font-family: Calibri'>
<table style='border: thick solid red; font-size: 11pt;'>
<tbody>
<tr>
<td style='width: 411px; border: black thick dashed;'>aaa</td>
<td style=''>bbb</td>
<td style=''>ccc</td></tr>
<tr>
<td style='width: 411px;'>ddd</td>
<td style=''>eee</td>
<td style=''>ggg</td></tr>
<tr>
<td style='border: black thick solid; width: 411px;'>hhh</td>
<td style=''>iii</td>
<td style='border: black thick dashed;'>jjj</td>
</tr>
</tbody>
</table>
</body>
</html>