html {
  background-color: white;
}

body {
  background-color: white;
  color: black;
}

a:link {
  color: #000302;
}

a:visited {
  color: #000302;
}

a:hover {
  color: #04aa6d;
}

a:active {
  color: #000302;
}

a:link, a:visited {
  text-decoration: none;
}

a.topnav:link {
  color: #000302;
}

a.topnav:visited {
  color: #000302;
}

a.topnav:hover {
  color: #04aa6d;
}

a.topnav:active {
  color: #000302;
}

a.topnav:link, a:visited {
  text-decoration: none;
}

.topnav {
  position: relative;
  background-color: #333333;
  overflow: hidden;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav a:hover {
  background-color: #04aa6d;
  color: black;
}

.topnav a.active {
  background-color: #04aa6d;
  color: black;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and ( max-width : 100px ) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }
  .topnav-centered a {
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
  }
}

#DS:hover {
  background-color: #333333;
  color: #04aa6d;
  text-decoration: none;
}

#DS {
  color: white;
  background-color: #333333;
}

