body {
    background-image: url(yellowstripes.png);
    background-repeat: repeat;
    text-align: center;
    font-family: Optima, sans-serif;
    color: #774422;
    
    padding-left: 17%;
    padding-right: 17%;
}

h1 {
    font-size: 72pt;
    margin-bottom: 0px;
}

h2 {
    font-size: 48pt;
    text-align: left;
}

img {
    align: left;
}

p {
    margin-top: 0px;
}

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