body, a:link, a:visited, a:hover, a:active, h1, h2, h3,p {
 font-family: Tahoma, sans-serif }
body { background: url(star.gif);}
a:link { color: red }
a:visited { color: maroon }
a:hover { background: teal } 
/* The order of the a pseudo-classes is important here */
a:active { color: yellow }
h1 {color: yellow; font-family: fantasy, fantasy; text-align:center}
p { color: white; font-family: Kidprint, sans-serif; font-size: larger }
h2 {color: white ; font-family: Nadianne, sans-serif;
text-align:center}
