@font-face {
  font-family: Georgia;
  src: url(fonts/georgia.ttf);
}

@font-face {
  font-family: Georgia;
  font-weight: bold;
  src: url(fonts/georgiab.ttf);
}

@font-face {
  font-family: Georgia;
  font-style: italic;
  src: url(fonts/georgiai.ttf);
}

@font-face {
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  src: url(fonts/georgiaz.ttf);
}


html {
    font-family: "Georgia", serif;
    font-size: 12px;
}

.p1 {
    padding: 1em;
}

.p2 {
    padding: 2em;
}

.p3 {
    padding: 3em;
}

.p4 {
    padding: 4em;
}

.p5 {
    padding: 5em;
}

.centered {
    display: block;
    text-align: center;
    text-align: center;
    margin: 0 auto;
}

.smalled {
    font-size: .8em;
}

h1,h2,h3,h4,h5 {
    color: firebrick;
}

.site-container {
    background-image: url('back-352.gif');
}


.header .logo {
    width: 680px;
}

.content {
    color: MidnightBlue;
    display: block;
    font-size: 1.5em;
    /* font-style: italic; */
    hyphens: auto;
    line-height: 1.5em;
    max-width: 680px;
    margin: 0 auto;
    text-align: justify;
}