﻿@font-face {
    font-family: 'GentiumBasicRegular';
    src: url('font/genbasr-webfont.eot');
    src: url('font/genbasr-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/genbasr-webfont.woff') format('woff'),
         url('font/genbasr-webfont.ttf') format('truetype'),
         url('font/genbasr-webfont.svg#GentiumBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #2299cc;
    text-decoration: none;
}

body {
    /*background: #dfebff;*/
    background: #EFEFEF;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

header, nav, section, footer {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 817px;
}

nav a {
    margin: 0 0.2em 0 0.2em;
    padding: 0;
    text-decoration: none;
}

article {
    margin: 1em 0 3em 0;
}

article h1 {
    /*font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    padding: 0;
}

.positive, .positive a {
    color: #118855;
    text-decoration: none;
}

.negative, .negative a {
    color: #994455;
    text-decoration: none;
}

article p {
    /*font-family: 'GentiumBasicRegular', serif;*/
    font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0 0 1em 0;
}

nav {
    text-align: center;
}

nav ul, nav ul li {
    display: inline;
    list-style: none;
}

footer {
    text-align: center;
}
