.il6 {
  color: green;
}

.il7 {
  color: blue;
  font-weight: bold;  
}

.il8 {
  color: orange;
  font-size: 0.875em;    
  font-style: italic;    
}

nav {
  padding: 20px 0 40px 0;
  background: #F8F8F8;
  font-size: 16px;
}
nav .navbar-left {
  float: left;
}
nav .navbar-right {
  float: right;
}
nav ul li {
  display: inline;
  padding-left: 20px;
}
nav ul li a {
  color: #777777;
  text-decoration: none;
}
nav ul li a:hover {
  color: black;
}

.infoheader {
  color: blue;
}