a:visited {
  color: #B666D2;
}

a {
  color: green;
  text-decoration: none;
}

a:hover {
  color: green;
  text-decoration: underline;
}

body {
  background-color: black;
  color: white;
  font-size: 18px;
}

.cite {
  margin-top: 0%;
}

.quote {
  margin-bottom: 2%;
}

.clearfix:before, 
.clearfix:after { 
  content: ""; 
  display: table; 
}

.clearfix:after { 
  clear: both; 
}

.clearfix { 
  zoom: 1; 
}
