body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f5f5f5;
    color: #596470;
}

nav {
    background-color: #63503f;
    padding: 1px 1px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

header {
    text-align: center;
    padding: 20px 20px;
    background-color: #596470;
    color: white;
}

header img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 20px 20px;
    max-width: 900px;
    margin: auto;
}

.sectionhead {
    color: #63503f;
  }


.leader {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.leader img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 5px;
}

a {
    color: #607fbf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}