.ared {
  background: #DD0031 url(../images/bulet.png) no-repeat 3px 4px;
}

.ared:hover {
  background: #C8002C url(../images/bulet.png) no-repeat 3px 4px;
}

.ablue {
  background: #008BE7 url(../images/bulet.png) no-repeat 3px 4px;
}

.ablue:hover {
  background: #0069AE url(../images/bulet.png) no-repeat 3px 4px;
}

.apurple {
  background: #B116A9 url(../images/bulet.png) no-repeat 3px 4px;
}

.apurple:hover {
  background: #900089 url(../images/bulet.png) no-repeat 3px 4px;
}

.orange {
  background: #FF9000 url(../images/bulet.png) no-repeat 3px 4px;
}

.orange:hover {
  background: #E07E00 url(../images/bulet.png) no-repeat 3px 4px;
}

.red {
  border-top: solid 1px #DD0031;
}

.blue {
  border-top: solid 1px #008BE7;
}

.purple {
  border-top: solid 1px #B116A9;
}

.orange {
  border-top: solid 1px #FF9000;
}

