/*Everything in this css file has also been added to styles.css. 

It exists to force browsers to get the updated css when they load affiliates.html for the first time.

When deleting this file, also delete the line in affiliates.html which calls it.*/

.leftImg {
  display: block;
  width: 40%;
  float: left;
  margin: 0.4em 20px 10px 0px;
}

.floatContainer {
	clear: both;
}

figcaption {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

h2 {
	text-align: center;
}

.noIndent {
  margin: 4px;
  margin-bottom: 8px;
  hyphens: auto;
}
