/* note: <td>s are also used in another table at the top of the page,
   so be careful. */

body		{ background-color: white }

th		{ text-align: center; border-bottom: black 2px solid; }
td		{ padding: 4px; }
td.url		{ font-size: smaller; }
td.numero	{ font-weight: bold; white-space: nowrap }
td.carrier	{ color: red; font-weight: bold; white-space: nowrap }

.data,.subject,.url,.numero,.carrier	{ border-bottom: black 1px solid; }
