BODY { background-color: #d5486a; }  /* bfebed ebdaae d5486a ff235e */
a:link {color:#000000}    /* unvisited link */
a:visited {color:#000000} /* visited link */
a:hover {color:#404040}   /* mouse over link */
a:active {color:#0000FF}  /* selected link */

.active {
  background-color: #4CAF50;
  color: white;
  }

.idle {
  background-color: #d5486a; /*#ebda00;*/
  color: black;
  }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d5486a;
  border: 1px solid #555;
  width: 550;
}

li {
  float: left;
  text-align: center;
  border-right: 1px solid #555;
  width: 90;
}

li:last-child {
  border-right: none;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
}

li a:hover {
  background-color: #191;
}

li a.active {
  background-color: #d5486a; /*#4CAF50;*/
  color: white;
}

li a:hover:not(.active) {
  background-color: #055;
  color: white;
}

