body {
  background: white;
  color: black;
}

.menuhead {
  color: black;
  background: transparent;
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: black;
  background: transparent;
}

a:hover {
  color: blue;
  background: transparent;
  text-decoration: underline;
}

a.menu:link, a.menu:visited, a.menu:active {
  color: black;
  background: transparent;
  text-decoration: none;
  font-size: 70%;
}

a.menu:hoover {
  color: black;
  background: transparent;
  text-decoration: underline;
}

a.menul:link, a.menul:visited, a.menul:active {
  color: black;
  background: transparent;
  text-decoration: none;
  font-size: 90%;
}

a.menul:hoover {
  color: black;
  background: transparent;
  text-decoration: underline;
}

.menuheading {
  font-weight: bold;
  font-size: 110%;
}

.heading {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
}

.dist1 {
  margin-bottom: 20px;
}

.dist2 {
  margin-bottom: 30px;
}

.html {
  color: #000080;
  background: transparent
}

.css {
  color: #800000;
  background: transparent
}

.javascript {
  color: #008000;
  background: transparent
}

.copyright {
  font-size: 70%;
  text-align: right;
  clear: right
}

.footer {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid thin black
}

@media print {
  input#toggler, .toolbar { display: none }
}
