/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY {
  font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size: x-small;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-style: normal;
  background-image: url("../assets/images/background.gif");
}

A:active {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

A:link {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

A:visited {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

P {
  font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size: x-small;
  font-weight: normal;
  font-style: normal;
}

.TextNavBar {
  font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size: x-small;
  font-weight: bold;
}

A:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}