table.quickLinkForm { width: 100%; } table.quickLinkForm thead tr { background-color: rgb(68,68,68); color: rgb(255,255,255); border-bottom: 2px solid black; } table.quickLinkForm tbody th { text-align: right; } table.quickLinkForm tfoot tr { background-color: rgb(192,192,192); color: rgb(0,0,0); border-top: 1px solid black; } table.quickLinkForm tbody tr.even { background-color: rgb(212,212,212); color: rgb(0,0,0); }