/* CSS document */

hr {color: sienna}

body {
background-image: url("Images/heartsbac.gif");
background-repeat: repeat;
background-attachment: fixed;
}

h1 {
margin-left: 20px;
font-size: 18pt;
font-style: oblique;
font-weight: lighter;
}

p {
margin-left: 20px;
font-size: 14pt;
p.inset {border-style: inset;}
}

