body
{
  font-family: "Helvetica";
}

ul
{
  padding-left: 0.4em;
}

ul li
{
  list-style: none;
  margin: 12px;
}

a
{
  color: #000;
  text-decoration: none;
}
a.admin
{
  color: blue;
  text-decoration: underline;
}

a:hover
{
  text-decoration: underline;
}

table.list tr:hover td
{
  background:#d7e7e6;
}
table.list
{
   border-spacing: 0px;
}
table.image_descr td {
  color: #fff;
}
