@charset "UTF-8";

/* CSS Document */

body {
    background-color: #d8caa8;
}

.press-width {
    max-width: 65ch;
}

.button a:link,
.button a:visited {
    color: #363942;
    font-size: 90%;
    background-color: #bae08e;
    text-decoration: none;
    padding: 3px;
    border-color: #c9ffb6 #78905b #78905b #c9ffb6;
    border-style: solid;
    border-width: 2px;
}

.button a:hover,
.button a:active {
    color: #363942;
    font-size: 90%;
    background-color: #aed184;
    text-decoration: none;
    padding: 3px;
    border-color: #78905b #c9ffb6 #c9ffb6 #78905b;
    border-style: solid;
    border-width: 2px;
}