body {
  background-color:#E0E0E0;
  margin: 0px;
  font-family: sans-serif;
}

.topnavMain {
    background-color: #333;
    overflow: hidden;
}

.topnavMain a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 14px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.topnavMain a:hover {
    background-color: #eee;
    color: black;
    text-decoration: underline;
}

.topnavMain a.active {
    background-color: #E0E0E0;
    color: black;
}

.topnavSub {
    background-color: #333;
    overflow: hidden;
    margin-top: 2px;
}

.topnavSub a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 14px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.topnavSub a:hover {
    background-color: #eee;
    color: black;
    text-decoration: underline;
}

.topnavSub a.active {
    background-color: #E0E0E0;
    color: black;
}

.intro {
    display: block;
    margin: 20px;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
}

.title {
    margin: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0em;
}

h2 {
    margin-bottom: 1em;
    line-height: 1.2em;
    margin-top: 1em;
}

p {
    margin-left: 5px;
    margin-right: 5px;
}

h3 {
    margin-bottom: 1em;
    line-height: 1.2em;
    margin-top: 1em;
}

.inlContent {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.inlContentSection h2, .inlContentSection h3, .inlContentSection p {
    padding-left: 6px;
    position: relative;
}

/* @media (min-width: 700px) {
    .inlContent {
        width: 80%;
        max-width: 80%;
    }
} */