<style type="text/css">

/* Blue links except red when mouse is over. Not underlined. */

A:link { text-decoration: none; color: blue; }
A:visited { text-decoration: none; color: purple; }
A:active { text-decoration: none; color: green; }
A:hover { text-decoration: underline; color: green; }

/* Background is the textured lavender pattern */

body { background-image: url(images/lavender.gif); }

</style>

