*[id^='readlink'] {
 font-weight: bold;
 color: #FF8500;
 padding: 5px;
 border-bottom: 1px solid #4e4e4e !important;
}

*[id^='readlink']:hover {
 font-weight: bold;
 color: #FF9D32;
 padding: 5px;
 border-bottom: 3px double #4e4e4e !important;
}

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