body {
    background: black;
    color: white;
    font-family: baskerville, georgia, times, times new roman, serif;
    line-height: 20px;
}

a:link {
    color: white;
    text-decoration: underline;
}

a:visited {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a:active {
    color: white;
    text-decoration: underline;    
}

a img {
    border: none;
}

h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

p {
    margin-top: 5px;
}

ul {
    list-style-type: none;
}

input {
    margin-top: 5px;
}

#main {
    margin: 0px auto;
    margin-top: 30px;
    width: 800px;
}

#logo {
    margin-bottom: 30px;
}

#form {
    float: right;
    margin-left: 10px;
    text-align: center;
    width: 300px;
}

#footer {
    margin-top: 50px;
}
