body { background-color: teal; width: 100%; margin: 0; padding: 0; border-width: 0; }

p { }

td { }

a:link { color: white; text-decoration: underline; }

a:visited { color: white; text-decoration: none; }

a:hover { color: fuchsia; text-decoration: underline; }

a:active { color: purple; text-decoration: underline; }
