body {
  font-family: "Times New Roman", Times, serif;
  background-color: #B0E0E6;
}

h1 {
    text-align:center;
}

img {
    border-style: none;
}

.topBox {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: inherit;
}

.topBoxLine {
    margin-top: 30px;
    border-top: 2px solid black;
}

.navBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.navFirstTab {
    border-radius: 25px 0px 0px 25px;
    padding: 20px;
}

.navInnerTab {
    padding: 20px;
}

.navLastTab {
    border-radius: 0px 25px 25px 0px;
    padding: 20px;
}

a.activetab {
    text-decoration: none;
    background-color: #FFD700 !important;
}

a.navTab:link {
    color: #000000;
    background-color: #FFFFF0;
    text-decoration: none;
}

a.navTab:visited {
    color: #000000;
    background-color: #FFFFF0;
    text-decoration: none;
}

a.navTab:hover {
    color: #000000;
    background-color: #FFD700;
    text-decoration: none;
}

a.navTab:active {
    color: #FFFFFF;
    background-color: blue;
    text-decoration: none;
}
