/* Children should be seen and not heard... */
/* And preferably not seen... */

a:active {
background-color: transparent;
color: #CCCCFF;
text-decoration: underline;
}

a[href]:hover {
background-color: transparent;
color: #CCCCFF;
}

a:link {
background-color: transparent;
color: #7F00FF;
text-decoration: underline;
}

a:visited {
background-color: transparent;
color: #FF1493;
text-decoration: underline;
}

body {
background-color: #FFFFFF;
background-image: url(yellowave.jpg);
color: #000000;
font-family: "Comic Sans MS", "Arial Black", "Arial", sans-serif;
}

div.poem {color: #FF70AA}

h1 {
font-size: 36pt;
font-weight: 700;
text-align: center;
}

h2 {
font-size: 18pt;
font-weight: 400;
text-align: center;
}

h3 {
font-size: 16pt;
font-weight: 700;
margin-bottom: 0px;
text-align: center;
}

img {
border-style: none;
padding-top: 2px;
}

img.framed {
border-style: outset;
color: #FF70AA;
padding: 0px;
}

p {
font-size: 12pt;
font-weight: 400;
padding-bottom: 5px;
text-align: center;
}

p.copy {margin-top: 0px}