a,
.entry-title > a:hover {
  color: #FFC000;
}

a:hover,
a:focus {
  color: #ffcd33;
}

a.btn,
input[type=submit],
button[type=submit],
button.searchsubmit {
  background: #FFC000;
}

a.btn:hover,
input[type=submit]:hover,
button[type=submit]:hover,
button.searchsubmit:hover {
  background: #ffca29;
  color: #000;
}

#paging a,
#paging a:visited,
#paging span {
  background: #FFC000;
  border: 1px solid #997300;
}

#paging a:hover {
  background: #ffca29;
}