main {
  font-family: Arial, Helvetica, sans-serif;
}
footer {
  margin: 50px 0 0 0;
  padding: 20px 0;
  background: #454545;
  color: #b5b5b5;
}
footer a {
  color: white;
  font-size: 90%;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer li::before {
  content: "\203A  ";
  color: white;
  font-weight: bold;
}
nav {
  background: #6b9e1f;
  color: white;
  text-transform: uppercase;
  font-size: 120%
}
main a {
  color: #06c;
  text-decoration: none;
}
main a:hover {
  text-decoration: underline;
}
.logo {
  padding-left: 0px;
}
.identity {
  background: #ddd;
  text-transform: uppercase;
  font-size: 120%
  height: 37px;
  line-height: 37px;
}
.identity a {
  color: #333;
  padding: 5px 5px;
  text-decoration: none;
}
.topnav ul {
  font-size: 85%;
  list-style-type: none;
}
.topnav ul a {
  padding: 0 5px;
  text-decoration: none;
}
.topnav ul a:hover {
  text-decoration: underline;
}
.topnav ul li {
  display: inline;
}
.breadcrumb {
  color: rgb(107, 158, 31);
  font-size: 90%;
  padding-top: 10px;
}
.breadcrumb a {
  color: #999;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.foswikiToc {
  font-size: 95%;
}
.foswikiToc a {
  color: #999;
}
.foswikiToc ul {
  color: rgb(102, 102, 102);
  padding: 0;
  margin: 5px;
  list-style-type: none;
}
.foswikiToc li::before {
  content: "\2193";
}
.natExternalLink {
  color: #06c;
}
a.foswikiParaAnchor { 
  display: none !important;
}
@media print
{
  .on-screen, .on-screen *
  {
    display: none !important;
  }
}
