

body {
  background-image: url('/img/bg_gradient2.png');
  background-repeat: repeat-x;
  background-color: rgb(173, 172, 169);

  color: rgb(64, 64, 64);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

table.maintable {
  background-color: rgb(245, 245, 245);

  color: rgb(64, 64, 64);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

table.users {
  background-color: rgb(245, 245, 245);

  color: rgb(64, 64, 64);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

h1 {
  color: rgb(17, 17, 17);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: underline;
  color: blue;
}

