img[src$='#floatleft']
{
	float:left;
}

img[src$='#floatright']
{
	float:right;
}

.centre
{
  text-align: center;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9em;
  line-height: 1.65em;
}


