
A:link {color: green}
A:active {color: lime}
A:visted {color: olive}

P.right { text-align: right }
P.centre { text-align: center }

BODY {text-align: left; color: black; background-color: white}

BODY.standard { background-color: white; color: black}
BODY.inverse { background-color: black; color: white}

TABLE {width: 100%}
TD {border-top: solid lightgrey; border-bottom: solid lightgrey}
TD.top {vertical-align: top}
TH {font-weight: bold}

A.button {border: black groove; background-color: grey; color: black; text-align: center}

SPAN.italics {font-style: italic}
SPAN.bold {font-weight: bold}
SPAN.bold-italic {font-weight: bold; font-style: italic}