a:not(.disabled){
  color:blue;
}
a:not(.disabled):active{
  color:red;
}
.notdone{
  color:orange;
}
