*[id^='readlink'] {
 font-weight: bold;
 color: #FF8500;
}

*[id^='readlink']:hover {
 font-weight: bold;
 color: #FF9D32;
}

*[id^='readlink']:focus {
 outline: none;
 color: #FF9D32;
}