/*
p.co2 {
	background-image: url(img/pounds-of-CO2.png);
	background-repeat: no-repeat;
	background-position: left center;
	
}

p.gas {
	background-image: url(img/gallons-of-gas.png);
	background-repeat: no-repeat;
	background-position: left center;
}
p.coal {
	background-image: url(img/pounds-of-coal.png);
	background-repeat: no-repeat;
	background-position: left center;
}
*/