p {
  float: left;
}

p.links {
	float: none;
}
h3 {
	float: none;
	background-color: lightgreen;
}

