/**
 *File: emma6.css
 *Title: Bubble
 *Author: Emma Joan Dozier
 */

body 
{
background-color: #99cccc;
font-size: medium;
}

a:link {
color: #990099; 
letter-spacing: .1em; 
}
a:visited {
color: #333333;
font-weight: lighter; 
letter-spacing: .1em;
}
a:hover
{
color: #99cccc; 
background-color: 003333;
letter-spacing: .1em;
}

h2
{
background-image: url("images/h2.gif");
background-repeat: no-repeat;
width: 153px;
height: 142px;
padding: 35px 20px 20px 0px;
margin-left: 30px;
text-align: center;
font-size: 2.7em;
color: #990099;
font-family: sans-serif;
letter-spacing: -.1em; 
line-height: .65em;
}

div.body
{
background-image: url("images/body.gif");
font-size: 1.15em;
letter-spacing: .1em; 
text-align: center;
font-family: sans-serif;
color: #003333;
width: 353px;
height: 361px;
margin-left: 110px;
margin-top: -152px;
padding: 55px 55px 25px 55px;
}

div.footer
{
background-image: url("images/footer.gif");
height: 169px;
width: 185px;
margin-left: 490px;
margin-top: -92px;
padding: 80px 40px 0px 40px;
color: #000000;
font-family: sans-serif;
font-size: 1.3em;
text-align: center;
}
