Write a Python function to convert temperatures from fahrenheit to celsius. More specifically, your function should be able to read an a list of unspecified length and print out the celsius temperature for each item.
The formula to convert from fahrenheit to celsius is: (fahrenheit temperature - 32)*5 /9