
@font-face {
    font-family: "Emerson";
    src: url(ttf/EmersonBook_latin+latin-ext_gdi.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    background: #DCD1BA;
    font-family: Emerson, serif;
    font-size: 24pt;
    line-height: 1.4;
    color: #222222;
    font-kerning: normal;
    font-variant-ligatures: normal;
}

.main {
/*    width: 960px;*/
    width: 1200px;
    margin: 50px auto;
}

.center {
    text-align: center;
}

/*.margin-larger {
    margin: 1.8em 0;
}*/

h1 {
    font-weight: normal;
}

h1 a {
    text-decoration: none;
}

h2 {
    width: 960px;
    margin: 40px auto;
    font-weight: normal;
}

a {
/*    color: #BF0000;*/
    color: #E34234;
}

p {
    width: 960px;
    margin: 32px auto;
    text-align: justify;
    hyphens: auto;
}

.border {
    border: 1px solid #222222;
}

.half {
    width: 550px;
    margin: 0 23px;
}

table {
    width: 100%;
    table-layout: fixed;
}

td {
    padding: 2%;
    text-align: center;
    vertical-align: top;
}

table img {
    width: 100%;
}

table p {
    width: 100%;
    margin: 0;
    text-align: left;
    text-align: justify;
    hyphens: auto;
}

.bg {
    background: rgba(255,255,255,0.5);
}
