/* For Mother's Day 2002, MDay02.html */

body {
background: #fff;
color: #333;
}
.poem {
background: #fff;
color: #960;
}
.verse {
font: bold large cursive;
margin: 1em;
border-bottom: thin solid #9cc;
border-top: thin solid #9cc;
}
.line {
margin: 1em;
}
#img1 , #img2 {
background: #fff;
margin: 1em;
padding: 10px;
float: left;
}
.head , .foot {
font: small sans-serif;
text-align: right;
margin-right: 1.5em;
}
