body {
background: #fff;
font: 90% "lucida grande", serif;
line-height: 160%;
}

div#content {
margin: 50px auto;
padding: 10px 20px;
width: 550px;
}

p.footer {
font: 75% "lucida grande", serif;
text-align: center;
border-top: 1px solid #000;
padding: 10px 0 0 0;
}

a {
font: bold 100% "lucida grande", serif;
color: #206c9e;
text-decoration: none;
padding: 1px 2px;
}

		a:hover {
		background: #a00203;
		color: #fff;
		}

h1{
font: 200% "lucida grande", serif;
text-align: center;
text-transform: lowercase;
background: #fff;
color: #000;
}

h2 {
font: 130% "lucida grande", serif;
text-align: left;
text-transform: lowercase;
}

input, select, submit, textarea {
font: inherit;
margin: 3px;
padding: 4px;
background: #89c5e1;
border: 0;
}

code {
font: 100% "courier new", monospace;
}

img {
border: 0;
}

p.center {
text-align: center;
}

/* Navigation */
ul#navigation {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
font-size: 110%;
text-align: center;
}

#navigation li {
display: inline;
list-style-type: none;
}

#navigation a { 
padding: 3px 10px;
}