body, a:link, a:visited, a:hover, a:active, h1, h2, h3, p { background: olive; color: white; 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: lime; color: olive; font-family: Nadianne, sans-serif; text-align:center} p {font-family: Kidprint, sans-serif; font-size: larger }