/*.column {
  float: left;
}

.left, .right {
  width: 10%;
}

.middle {
  width: 80%;
}


*/

.column {
  float: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.left, .right {
  width: 15%;
}

.middle {
  width: 70%;
}
p {
  color: grey;
}

h2{
  color: darkblue;	
}

ul {
  color: grey;	
}