@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    src: local('Crimson Text'), local('CrimsonText-Roman'),
         url('fonts/CrimsonText-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    src: local('Crimson Text Bold'), local('CrimsonText-Bold'),
         url('fonts/CrimsonText-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Crimson Text';
    font-style: italic;
    font-weight: 400;
    src: local('Crimson Text Italic'), local('CrimsonText-Italic'),
         url('fonts/CrimsonText-Italic.ttf') format('truetype');
}

body {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    max-width: 700px;
}

h2:after
{
    content: ' ';
    display: block;
    border: 1px solid black;
}

h2 {
    font-variant: small-caps;
    font-weight: normal;
    font-size: 23px;
    margin-top: 30px;
    clear: both;
}

h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}

h3 > a {
    padding-top: 4px;
}

h4 {
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
}

ul {
    margin-top: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    background-color: #000;
    color: #fff;
}

img {
    max-height: 150px;
}

header + ul {
    list-style: none outside none;
    font-size: 18px;
    border-left: 2px solid black;
    float: right;
    margin-left: 20px;
    padding-left: 20px;
}

h1 {
    margin-top: 7px;
    margin-bottom: 20px;
    font-size: 30px;
}

header {
    display: inline;
    float: left;
}
