I don't use the page options often so originally supplied something based on anothe example I have.
You would place the options for the Page variable Location in the Class statement
Class location / style=[fontfamily='Times New Roman' just=c];
and remove Location from the other class statement an the style override from the table statement.
I am not sure if you are requesting to have the text for location in red or not. If so add Color=red to the style elements in the class statement.
Notice that the options are Fontfamily FontSize Fontstyle Fontweight and Fontwidth to address font characteristics.
... View more