body {
margin: 0;
font-family: arial;
font-size: 12px;
line-height: 16px;
}

#header {
margin: 20px auto 0 auto;
width: 450px;
}

#content {
margin: 0 auto;
width: 418px;
text-align: justify;
padding: 15px;
}

#menu {
margin: 5px auto 0 auto;
width: 450px;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 22px;
}

#menu a {
color: white;
}

#menu a:hover {
text-decoration: none;
}

#footer {
margin: 5px auto 20px auto;
width: 250px;
}

a {
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

p {
margin: 0 0 15px 0;
}

h2 {
font-family: arial;
font-size: 14px;
line-height: 14px;
margin: 0 0 5px 0;
}

.center {
text-align: center;
}

.haiku {
font-style: italic;
}

ul {
padding: 0;
margin: 0 0 15px 0;
}

li {
list-style-type: none;
}

.codes {
text-align: left;
}
