@font-face {
    font-family: 'old_standard_ttregular';
    src: url('oldstandard-regular-webfont.woff2') format('woff2'),
         url('oldstandard-regular-webfont.woff') format('woff');
}

body {
    font-family: old_standard_ttregular, 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: white;
}

h2 {
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.container {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

p, a {
    color: black;
    font-size: 1.4em;
}

p {
    opacity: 0.0;
    transition: opacity 1.0s;
    line-height: 1.6em;
}

p.show {
    opacity: 1.0;
}

p.choice {
    text-align: left;
    font-size: 1em;
}

a {
    text-decoration: none; color:#009999;
    line-height: 0em;
}

a:hover {
    text-decoration: underline;
}