How does one change the font and size of text in a cells in a simpleTable? As in, to change the height, one could state:

x = simpleTable [] [height "5"] exampleTable

Thanks,

Will