body {
  background-color: #101010;
  color: #ffffff;
}

.day-mode{
  background-color: #ffffff;
  color: #000000;
  font-weight: 100;
}

.day-mode a:link{
  color: #101080;
}

.day-mode a:visited{
  color: #101010;
}


a:link{
  color: #8888bb;
}
a:visited{
  color: #888888;
}




.navbar {
  overflow: visible;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 0;
}
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
}

.navbar a:visited {
  color: white;
}
.navbar a:link {
  color: white;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.navbar li{
  display:inline-block;
  list-style:none;
  padding:0 10px;
  margin-top:0
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}


.navbarBottom {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}



div.main {
  text-indent: 30px;
  max-width: 600px;
  padding-top: 20px;
  padding-bottom: 50px;
  margin: auto;
}

@media only screen and (max-width: 800px) {
  .navbar {
    position: static;
    line-height: normal;
  }
  .navbar li {
    display: list-item;
    padding:10px 0;
    list-style: circle;
  }
}

@page { margin: 2cm }
p { margin-bottom: 0.25cm; line-height: 100% }
