body {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
table.sitelist {
  border: 2px solid #00bb00;
  width: 96%;
  padding: 2%;
  margin: 28px  auto;
}
a       { color: #000; }
a:hover { color: #777; }
body table.sitelist tr.statusok         td { background-color: #0d0; }
body table.sitelist tr.status90day      td { background-color: #0a0; }
body table.sitelist tr.status60day      td { background-color: #080; }
body table.sitelist tr.status30day      td { background-color: #aa0; }
body table.sitelist tr.statusoverdue    td { background-color: #009; }
body table.sitelist tr.statusinvalid    td { background-color: #f00; }
body table.sitelist tr.statusquarantine td { background-color: #222; color: #fff; }
body table.sitelist tr.statusquarantine td a { background-color: #222; color: #f00; }
body table.sitelist tr.statusquarantine td a:hover { background-color: #222; color: #ff0; }

