BODY { margin: 0; font-family: Times, serif; line-height: 1.1; background: #AAFF50; color: black; }

H1, H2, H3, H4, H5, H6 { margin-top: 0; margin-bottom: 0 }
H1, H2, H3, H4, H5, H6 { font-weight: bold }

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }

TD { font-size: small; font-family: Times, serif }
P { font-size: small; font-family: Times, serif }

UL, DIR { list-style: disc }
LI { margin-left: 0 }

A:link { color: blue }          /* unvisited link */
A:visited { color: purple }        /* visited links */
A:active { color: lime }        /* active links */

