/**
 *File: emma6.css
 *Title: Stripey
 *Author: Emma Joan Dozier
 */

body {
background-image: url("images/emma.jpg");
background-repeat: no-repeat;
background-position: left;
font-size: medium;
}

a:link {
color: #000000;
background: #ffffff; 
letter-spacing: -.15em;
padding: 10px 10px 10px 10px;
}
a:visited {
color: #990033;
background: #ffffff; 
letter-spacing: -.15em;
padding: 10px 10px 10px 10px;
}
a:hover {
color: #663300; 
background: #ffffff; 
letter-spacing: -.15em;
padding: 10px 10px 10px 10px;
}

h2
{
height: 32px;
width: 800px;
border-bottom: #000000 10px solid;
border-top: #000000 10px solid;
padding: 5px 5px 45px 5px;
text-align: center;
color: #990033;
font-family: sans-serif;
font-size: 2.5em;
line-height: 2em;
letter-spacing: .5em;
margin-left: auto;
margin-right: auto;
}

div.body
{
background-image: url("images/maroon.gif");
font-size:1.7em;
text-align: left;
font-family: sans-serif;
letter-spacing: .05em;
width: 400px;
height: 500px;
padding: 50px 50px 0px 50px; 
margin-left: auto;
margin-right: auto;
}

div.footer
{
background-color: #cc9999;
height: 32px;
width: 800px;
color: #000000;
border-bottom: #000000 10px solid;
border-top: #000000 10px solid;
font-family: sans-serif;
font-size: 18px;
text-align: center;
padding-top: 10px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}