

body {
    font-family:'Lucida Sans Regular', Geneva, Verdana, sans-serif ;
    background-color:#e1f2fe;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: 'Lucida Grande', Geneva, Verdana, sans-serif;
    color: #524d47;
}

h1 {
    text-align: center;
    color: #464b4f;
}

h2 {
    text-align: center;
    border-top: solid 1px;
    ;
    padding: 1em;
}

h3 {
    text-align: center;
    color: #464b4f;
    border-top: solid 1px;
    color: #c6d2da
}

em {
    font-weight: bold;
    font-size: 120%;
}

blockquote { 
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}

#navigation {
    font-family: Georgia, serif; font-size: 100%;
    color: #524d47;
    border-bottom: solid 1px #464b4f;
    margin-inline: 44%;
    margin: auto;
    padding: auto;
    text-align: center;
    margin-left: -40px;
    

}



hr {
    opacity: 0%;
}

li {
    display: inline;
    list-style-type: none;
}

a:link, a:visited, a:active {
    color: #524d47; 
    text-decoration-line: underline;
    font-weight: bold;
}

a:hover {
    color: #524d47;
    text-decoration-style: wavy;
    font-weight: bold;
}

.firstLetter {
    font-size: 300%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #464b4f;
}

.firstWord {
    text-transform: uppercase;
}

#firstStory {
    color: #000000;
}

#content {
    width: 75%;
    margin: 10px auto;
    background: #eff8ff;
    padding: 1em 3em;
}

#invisibleCities {
    color: #c6d2da;
    border-width: 100px;
    border-radius: 105px;
    border-color: #000000;

}