<head>
<!-- <link rel="stylesheet" href="css8.css" type="text/css" /> -->
<STYLE><!--
.table-2 {
border: 1px solid #e3e3e3;
background-color: #ffffff;
border-collapse: separate!important;
border-spacing: 1px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.table-2 td .table-2 th {
padding: 5px;
color: #333;
}
.table-2 td {
line-height: 22px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 10px;
text-align: center;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
}
.table-2 td.smaller {
line-height: 4px;
}
.table-2 td.bold {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: left;
text-color: #fff;
}
--></STYLE>
</head>
<table class="table-2">
<tr>
<td style="line-height: 8px">Item 1 8 px</td>
</tr>
<tr>
<td>Item 2 - undecorated</td>
</tr>
<tr>
<td class="smaller">Item 3</td>
</tr>
<tr>
<td class="bold smaller">Item 4 lefter</td>
</tr>
</table>
Time to create page: 0.058 seconds