﻿@charset "utf-8";

header {
    margin: 5px 0 15px 0;
}

    header nav ul {
        text-align: center;
    }

        header nav ul li {
            display: inline-block;
        }

            header nav ul li a {
                margin: 5px 0;
                text-decoration: none;
                font-weight: bold;
                border-right: 2px solid rgb(200, 80, 27);
                padding: 0 8px;
            }

            header nav ul li.last a {
                border-right: none;
            }

            header nav ul li.break {
                width: 100%;
                height: 0;
            }

header > div:first-child a {
    text-decoration: none;
}

h2 {
    font-size: 1.3em;
    color: rgb(200, 80, 27);
}

h3 {
    font-size: 1.2em;
    color: rgb(200, 80, 27);
}

h4 {
    font-size: 1.0em;
    color: rgb(200, 80, 27);
}

span.regular {
    font-weight: normal;
}
