body {background: red; color: yellow; font-family: Verdana, sans-serif}
a {background: black; color: red; font-family: Verdana, sans-serif}
h1 {background: black; color: blue; font-family: Nadianne, sans-serif}
p {background: black; color: lime; font-family: "Book antiqua", Palatino, serif}
h2 {background: black; color: blue; font-family: Nadianne, sans-serif}
body, a:link, a:visited, a:hover, a:active, h1, h2, h3, p {
 background: red; 
 color: black; 
 font-family: Tahoma, sans-serif }
a:link { color: lime }
a:visited { color: maroon }
a:hover { background: teal } /* The order of the a pseudo-classes is important here */
a:active { color: yellow }
h1 {background: teal; color: yellow; font-family: Nadianne, sans-serif; text-align:center}
p {font-family: Kidprint, sans-serif; font-size: larger }
h2 {background: yellow; color: black; font-family: Nadianne, sans-serif; text-align:center}

