<!--Start-->

a:link {  color: red;}
a:visited {  color: #420000;}
a:active { color: blue;}
a:hover {text-decoration: none; background-color: yellow; color:#000000}

TABLE, TD, TH {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 12pt; 
  font-style: normal; 
  empty-cells: show;
}

SUP {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 6pt; 
  font-style: normal; 
}

BODY, UL, LI, P { 
  color: black;
  font-family: Arial, Helvetica, san-serif;
  font-size: 12pt; 
  font-style: normal; 
}

STRONG, B {
  font-family: Arial, Helvetica, san-serif; 
  font-style: bold; 
}  

H1 {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 18pt; 
  font-style: bold; 
  background-color: #CCFFFF;
}

H2 {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 16pt; 
  font-style: bold; 
  background-color: #CCFFFF;
}

H3 {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 14pt; 
  font-style: bold; 
  background-color: #CCFFFF;
}

FORM {
margin:0;
}

PRE {
margin:0;
}


#button {
	position: relative;
	width: 65%;
	margin: auto;
	padding: 5px 0 5px 0;
	border: 1px solid #000000;
	text-align: center;
	font: 18px arial;
	font-weight: bold;
	background-color: #ffff99;
	z-index: 1;
}

#button-link {
	height: 30px;
	margin: 0 15px 0 15px;
	z-index: 1;
}

#button-yes, #button-no, #button-yes-amp, #button-no-amp {
	position: relative;
	height: 30px;
	margin: 0 15px 0 15px;
	z-index: 99;
}

#button-a, #button-b, #button-c, #button-d {
	width: 125px;
	height: 37px;
	display: inline-block;
	margin: 0 5px 0 5px;
	padding-top: 7px;
	background-color: #ffffff;
	text-align: center;
}

#button-yes:hover, #button-no:hover, #button-yes-amp:hover, #button-no-amp:hover, #button-a:hover, #button-b:hover, #button-c:hover, #button-d:hover, #start-over:hover {
	outline: 3px solid #ff0000; 
}

#antenna-band {
	border: 0px;
	margin: auto;
	text-align: left;
}

#antenna-band td:nth-child(1) {
	padding-right: 25px;
}

#special-note {
	width: 90%;
	margin: 15px auto;
	color: red;
}

#start-over {
	float: right;
	margin: -20px 5px 0 0;
}


 /* --- Navbar container--- */
.navbar {
  overflow: hidden;
  background-color: #cce2f6;
  font-family: Arial;
  display: block;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 10px 10px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.fa-caret-down:before{
content:"";
border: solid black;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg); }

/* Add a cyan background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: cyan;
  color:black;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

/* Add a colored background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #cyan;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 


a:link {  color: red;} 
a:visited {  color: #420000;} 


<!--End-->
