@import url("reset.css");

@font-face {
    font-family: 'Gentium';
    src: url('webfonts/GentiumPlus-Regular.woff2') format("woff2");
}
@font-face {
    font-family: 'Gentium';
    font-weight: bold;
    src: url('webfonts/GentiumPlus-Bold.woff2') format("woff2");
}
@font-face {
    font-family: 'Gentium';
    font-style: italic;
    src: url('webfonts/GentiumPlus-Italic.woff2') format("woff2");
}
@font-face {
    font-family: 'Gentium';
    font-weight: bold;
    font-style: italic;
    src: url('webfonts/GentiumPlus-BoldItalic.woff2') format("woff2");
}


body {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  
    font-family: 'Gentium';
    font-size: 21px;
    line-height: 30px;
    width: 50%;
    margin: 1em auto;
    color: #333;
    background-color: #fafafa;
}

hgroup {
    text-align: center;
    margin: 1em 0;
}

hgroup > h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
}
hgroup > h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

body > h2, footer h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

body > h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}


p + p {
    text-indent: 1em;
}

small {
    font-size: 16px;
    line-height: 24px;
}

td, th {
    padding-right: 0.5em;
}

footer {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

a:link, a:visited {
    border-bottom: 1px dashed #999;
}
