body {
  background: #333;
  color: #999;
  font-family: sans-serif;
}

#pre-footer ul {
  list-style: none; /* quito los puntitos a los items */ 
  display: block;
  float: left; /*permite disponer en columnas*/
}

#pre-footer h3 {
  font-weight: 100;
  margin-bottom: 0;
}

.pink{color: pink;}
.red{color: red;}
.orange{color: orange;}
.green{color: green;}