body {
width: 640px;
margin-left: auto;
margin-right: auto;
font-family: Helvetica, Arial, sans-serif;
background-color: #99ccff;
}

nav {
font-weight: bold;
font-size: 22px;
color: #6699cc;
text-align: center;
text-shadow: 2px 2px #000000;
}

p.intro {
font-size: 22px;
}

a {
color: #ff9966;
text-shadow: 2px 2px #000000;
text-decoration: none;
}

li {
margin-bottom: 24px;
}

h1 {
color: #ffffff;
text-align: center;
text-shadow: 2px 2px #000000;
font-size: 48px;
margin-top: 0px;
margin-bottom: -12px;
}

h2 {
color: 	#ffffff;
text-shadow: 2px 2px #000000;
}

hr {
height:4px;
border-width:0;
color: #6699cc;
background-color: #6699cc;
}

footer {
text-align: right;
font-style: italic;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-shadow: 2px 2px #000000;
}