body { 
  background: #white; 
}

.bread { 
  background: #99ccff; 
}

.content { 
  background: white; 
  margin-left: 4%; 
  width: 50%; 
  font-family: Georgia; 
  font-size: 100%; 
}

h1, h2, h3, h4 { 
  font-family: Arial; 
  font-weight: 500; 
  font-size: 120%; 
}

.results { #ccc; }

.navi { 
  background: #ddd;
  position: absolute; 
  top: 8%;
  left: 60%;
  width: 30%; 
  padding: 1em;
}

.langcontent {  
  background: #dde; 
  margin-left: 2%; 
  font-family: Georgia; 
  font-size: 100%; 
} 
