html {font-family: 'Baskerville Old Face'}
ul.big {font-size: 150%}
ul.larger {font-size: 130%}

td.padded {padding: 18px}

a.blue {color: blue}

p.counter {font-size: 0}

p.vvsmall {font-size: 50%}
p.vsmall {font-size: 70%}
p.smaller {font-size: 90%}
p.small {font-size: 97%}
p {font-size: 110%}
p.larger {font-size: 140%}
p.vlarge {font-size: 180%}
p.largest {font-size: 200%}
p.massive {font-size: 240%}
p.supermassive {font-size: 350%}

p.center {text-align: center}

p.white {color: white}
p.yellow {color: yellow}
p.red {color: red}

p.indent {padding: 10}
div.indent {padding: 10}

a:link {color: black}
a:visited {color: black}
a:hover {color: red}

td.bottom {vertical-align: bottom}

p.b {font-weight: bold}
p.u {text-decoration: underline}