@import url(screen.css);

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #412F0C;
    background-image: none;
    padding: 10px;
}

#container {
    width: 100%;
}

h1 {
    font-weight: normal;
    margin-top: 0;
}

a {
    color: #422f0c;
}

a:hover {
    text-decoration: none;
}
