body { }

p { }

td { }

a:link { color: white; }

a:visited { color: white; }

a:hover { color: yellow; text-decoration: underline; }

a:active { color: white; }
a.home:link { color: green; }
a.home:active { color: green; }
a.home:visited { color: green; }
a.home:hover { color: red; text-decoration: underline; }
a.hdr:link { color: navy; }
a.hdr:visited { color: navy; }
a.hdr:hover { color: red; text-decoration: underline; }
a.hdr:active { color: navy; }
