@import url(https://fonts.googleapis.com/css?family=Euphoria+Script|Gentium+Book+Basic:400,700);

h1 {
    font-family: 'Euphoria Script', Arial, sans-serif;
}

h2, h3 {
    font-family: 'Gentium Book Basic', Arial, sans-serif;
}

h1 { font-size: 36pt; font-weight: bold; margin-top: 18pt; margin-bottom: 6pt; }
h2 { font-size: 22pt; font-weight: bold; margin-bottom: 6pt; }
h3 { font-size: 16pt; font-weight: bold; }

body {
    font-family: 'Gentium Book Basic', Arial, sans-serif;
    font-size: 12pt;
    background-color: white;
    color: black;
    background-image: url("narniamapbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 100px;
    width: 600px;
}

dt { font-weight: bold; font-size: 110%; }
p, li { text-align: justify; }
p { text-indent: 20px; }

a, a:link, a:hover, a:visited { color: black; }

.footnote { font-size: 9pt; }
