.title {
    font-size: 50px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

p, li {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}

a {
    background-image: url(../images/html_elements/hyperlink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 30px;
    color: black;
}

a:hover {
    color: rgb(255, 0, 0);
}

.small_text {
    font-size: x-small;
}

.nut_background {
    background-image: url(../images/nuts/nut_background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contents {
    z-index: 2;
    padding: 10px;
    margin: 30px;
}