/**
 *File: emma5.css
 *Title: Cloud
 *Author: Emma Joan Dozier
 */

body 
{
background: #ffffcc; 
font-size:medium;
}

a:link {
color: #cc9900; 
letter-spacing: -.1em; 
}
a:visited {
color: #A9A9A9; 
letter-spacing: -.1em;
}
a:hover {
color: #99ccff; 
letter-spacing: -.1em;
background: #0066cc;
}

h2
{
background-image: url("images/name.gif");
height: 32px;
width: 393px;
padding: 6px 3px 3px 3px;
text-align: center;
color: #99ccff;
font-family: sans-serif;
font-size: 2em;
letter-spacing: .2em;
margin: 25px 0px 0px 25px;
}

div.body
{
background-image: url("images/cloud.gif");
clear: both;
font-size:medium;
text-align: center;
font-family: sans-serif;
width: 282px;
height: 373px;
padding: 110px 200px 0px 200px; 
margin-left: auto;
margin-right: auto;
}

p
{
padding-top: 2px;
line-height: .9em;
}

div.footer
{
background-image: url("images/name.gif");
height: 32px;
width: 399px;
color: #99ccff;
font-family: sans-serif;
font-size: .8em;
text-align: center;
padding: 12px 0px 0px 0px;
float: right;
}