body { }
p { }
td { }
a:link { color: purple; text-decoration: none; }
a:visited { color: purple; text-decoration: none; }
a:hover { color: white; background-color: purple; text-decoration: none; }
a:active { color: white; background-color: teal; text-decoration: none; }
