body {
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
    color: rgb(0,170,220);
}

a:hover {
    text-decoration: none;
    color: rgb(255,20,11);
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: solid rgb(92,92,92);
}

nav li {
    display: inline;
    padding-right: 1em;
}

nav li a {
    text-decoration: none;
    font-weight: bold;
 /*   font-size: 18.72px; */
}

.active {
    color: rgb(255,20,11);
}

th, td {
    text-align: left;
}

img {
    float: right;
    height: 125px;
}
      
h1, h2 {
    position: relative;
}

.red {
    color: rgb(255,20,11);
}