
body 
{
background: #FFCC99 url('images/backgrounds/towel.jpg') 
}

body.wedding 
{
background: #FFCC99 url('images/wedding/wd4bkgd.jpg') 
}

a:link {color: #6699FF; text-decoration: none}
a:visited {color: #996666; text-decoration: none}
a:hover {color: #333366; text-decoration: underline}
a:active {color: #33CC33;text-decoration: none}

h1
{
font: bold 30px vivaldi
}
h1 {text-transform: capitalize}
h1 {text-decoration: underline}
h1 {text-align: left}
h1 {text-indent: 1cm}

h2
{
font: bold 28px vivaldi
}
h2 {text-transform: capitalize}
h2 {text-decoration: underline}
h2 {text-align: left}
h2 {text-indent: 2cm}

h3
{
font: bold 26px vivaldi
}
h3 {text-transform: capitalize}
h3 {text-decoration: underline}
h3 {text-align: left}
h3 {text-indent: 3cm}

h4
{
font: bold 24px vivaldi
}
h4 {text-transform: capitalize}
h4 {text-decoration: underline}
h4 {text-align: left}
h4 {text-indent: 4cm}

h5
{
font: 20px creepy
}
h5 {text-transform: capitalize}
h5 {color: red}

p.normal {font-size: 14px}
p.normal {font-style: normal}
p.normal {font-family: "Copperplate Gothic Bold"}
p.normal {color: #663399}
p.normal {margin-right: 10%}

p.small {font-size: 16px}
p.small {font-style: normal}
p.small {font-family: "Garamond"}
p.small {color: #663399}
p.small {margin-right: 15%}

ul.disc 
{
list-style-type: disc
}

ul.circle
{
list-style-type: circle
}

ul.none
{
list-style-type: none
}

li.normal {font-size: 16px}
li.normal {font-style: normal}
li.normal {font-family: "Garamond"}
li.normal {color: #663399}
li.normal {margin-right: 10%}

li.indent {font-size: 16px}
li.indent {font-style: normal}
li.indent {font-family: "Garamond"}
li.indent {color: #663399}
li.indent {margin-right: 10%}
li.indent {margin-left: 5%}

img.left
{
float: left
}

img.right
{
float: right
}


