body
{  background-color: rgb(45,45,45);
   max-width: 840px;
   margin: auto;
}
h1 { color: rgb(255,255,255); font-family:verdana; }
h2 { color: rgb(255,220,150); font-family:verdana; }
h3 { color: rgb(255,220,150); font-family:verdana; }
h4 { color: rgb(255,220,150); font-family:verdana; }
h6 { color: rgb(180,180,180); font-family:verdana; }
b  { color: rgb(255,255,255); }
p  { color: rgb(220,220,220); font-family:verdana; line-height:135%; }
li { color: rgb(235,235,235); font-family:verdana; line-height:135%; }
code { color: rgb(255,180,255); font-size: 17px; }
emph { color: rgb(255,200,100); font-family:verdana; }
th, td { padding: 0px }
td:hover {background-color: rgb(100,100,100);}
a:link { color: rgb(120,170,255); text-decoration: none; }
a:visited { color: rgb(120,170,255); text-decoration: none; }
a:hover { color: rgb(255,255,255); text-decoration: none; }
ul { list-style-type: none; }
li { margin: 10px 0; padding-left: 10px; }

.navbar {
  width: 100%;
  background-color: rgb(65,65,65);
  overflow: auto;
  font-family:verdana;
}

.navbar a {
  float: left;
  text-align: center;
  padding: 15px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  width: 20%;
}

.navbar a:hover {
  background-color: rgb(100,100,100);
}

.navbar .active {
  background-color: #5070F0;
}
