body {background:black; color: blue; font-family: georgia, serif}
a:link  {background:orange; color: blue}
a:visited  {background:violet; color: lime} 
a:active  {background:green; color: silver}
a:hover {background:teal; color:maroon} /*The order of pseudo-classes is important here*/
h1 {background: yellow;  color: White;  font-family: Nadianne,  serif;  text-align: center }
a {background: blue; color:red; font-family: Nadianne, sans-serif}
p {background:aqua; color:blue; font-family: Georgia, serif; font-size: small}
table {border: thick ridge silver}
td {border: thin solid brown}
