
.hidden {
  display: none;

}

a:link,
a:visited {
  text-decoration: none;
  color: #000000;
  font-weight:bold;
}
a.option {
  
  text-align: left;
  color: #000000;
  font-weight:bold;
  font-size: 14px;
  cursor: pointer;

}
a.option:hover {
  text-decoration: none;
   color: #000000;
  font-weight:bold;
}

