td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black;
}

.bold
{
  font-weight: bold;
}

a {
  color: black;
  text-decoration: none;
}

a:link {
  color: black;
  text-decoration: none;
}
a:hover {
  color: back;
  text-decoration: underline;
}
a:active {
  color: black;
}
.address {
  font-size: 10px;
}
.white {
  color: white;
}
.admin {
  font-size: 12px;
  font-weight: bold;
  color: #FF00FF;
}

