body {
    background-color: azure;
    color: #333333;
}

p {
    font-family: georgia, baskerville, serif;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    padding: 10px;

    line-height: 1.5;
}

img {
    border: 2px solid red;
    border-radius: 5px;
    margin: 10px 0;
}

h1 {
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: #2c3e50;
}

h2 {
    font-weight: bold;
    color: #2c3e50;
    border-bottom: 2px solid #eaeaea;
}

h3 {
    color: red;
}

#origin {
    color: cadetblue;
}

#navheader {
    list-style: none;
    background-color: #2c3e50;
    padding: 15px;
    margin: 0;
}

#navheader a {
    text-decoration: none;
    color: white;
}


.image-caption {
    font-style: italic;
    color: #666666;
    font-size: 0.9em;
}



figure {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: white;
}

ol li {
    color: #444444;
    line-height: 1.6;
}

a {
    font: bold;
    text-decoration: none;
}