body, a:link, a:visited, a:hover, a:active, h1, h2, h3, p {
 background:mediumblue;
 color:white;
font-family: Verdana, sans-serif }
a:link { color:red }
a:visited { color: yellow }
a:hover { background: teal }
 /* The order of the a psuedo-classes is important here */
a:active { color: green }
h1 {background: silver; color: blue; font-family: Verdana, sans-serif; text-align:center }
p {font-family: Verdana, sans-serif; font-size: small }
