body {
  margin: 0px;
  background-color: #aca59b;
}

p, td {
  font: normal normal normal 12px Arial, sans-serif;
  color: #000000;
}

a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:active, a:hover {
  color: #ffffff;
  text-decoration: underline;
}

h1 {
  font: bold normal normal 15px Arial, sans-serif;
  color: #ffffff;
}

input, textarea, select {
  font: normal normal normal 12px Arial, sans-serif;
  color: #000000;
  border: 1px solid #666666;
}

option {
  font: normal normal normal 12px Arial, sans-serif;
  color: #000000;
}

/*
 *
 */

a.navigation-bar:link, a.navigation-bar:visited {
  color: #ffffff;
  text-decoration: none;
}

a.navigation-bar:active, a.navigation-bar:hover {
  color: #ffffff;
  text-decoration: none;
}


