body, a:link, a:visited, a:hover, a:active, h1, h2, h3,p {font-family: Tahoma, sans-serif }
body { background: url(rain.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: black; font-family: Kidprint, sans-serif; font-size: larger }
h3 { background: url(palman.gif);}
p.bigfirst:first-letter {background: yellow; color: red; 
font-family: "Comic sans ms", sans-serif;
font-size: 175%; 
float: left;
padding: 0.1em;
margin: 0.1em; 
border: thin solid black }
h4 { backgoround: color: black; font-family: fantasy, fantasy; text-align:center}