/* header */
header {
    margin-top: -25px;
    margin-left: -25px;
    padding: 0;
    display: table;
    width: 100%;
}
header img {
    display: table-cell;
    border: 0;
}
header div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
header h1, header h2 {
    margin: 5px 0px 5px 0px;
    padding: 0;
    line-height: 1em;
}
/* page and content */
body {
    margin: 50px 50px 50px 75px;
    background-color: #FFF;
}
h1 {
    text-align: center;
    color: #250;
}
h2 {
    margin-left: -25px;
    color: #DA1;
}
h3 {
    color: #960;
}
h1, h2, h3 {
    font-family: sans-serif;
}
a, a:visited {
    color: #360;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
}
sup {
    line-height: 1;
    margin-left: .5em;
    vertical-align: top;
}
h2 + p, h3 + p {
    margin-top: -15px;
}
h3 + p {
    margin-left: 25px;
}
table {
    margin-left: auto;
    margin-right: auto;
}
th {
    text-align: left;
}
.right {
    text-align: right;
}
section {
    display: table;
    width: 100%;
}
section div {
    display: table-cell;
    width: 50%; 
    float: left;
}
section div + div {
    float: right;
}
/* footer */
footer {
    text-align: center;
    margin-top: 20px;
}
footer p {
    text-align: left;
}
footer hr {
    margin-bottom: 20px;
}
footer img {
    border: 0;
    height: 30px;
}
footer a, footer a:visited {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #EB2;
    font-weight: normal;
}
