BODY {
	Background-color: #D0D0D3;
}

img {
	border-style: none;
}

a:link {
	font: 14px arial;
	color: #006699;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	font: 14px arial;
	color: #006699;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	font: 14px arial;
	color: #006699;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color: black;
	font-weight: bold;
	text-decoration:underline;
}
	
td {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:normal;
	line-height:22px;
}

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

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

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

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

@media screen and (max-width: 600px) {
  .topnav a:not(.active) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}