/* ENVIRONMENT STYLES */

a:link {
    color:rgb(16, 180, 117);
}
a:visited {
    color:rgb(9, 114, 40);
}
a:hover {
    color:rgb(10, 189, 180);
}
a:active {
    color:rgb(53, 53, 197);    
}

.decision {
    text-decoration: none;
}

.theme-a {
    background:rgb(182, 204, 189);
    color: #000000;
  }
@media (prefers-color-scheme: dark) {
    .theme-a.adaptive {
      background: #041002;
      color: #ffffff;
      
    }
  }
