The boiling points in the periodic table document are given in degrees Kelvin.
Write a stylesheet which produces a table of boiling points for each element in degrees Celsius and degrees Fahrenheit
Celsius = Kelvin - 273.15.
Fahrenheit = (9/5 * Celsius) + 32