*[id^='readlink'] {
 font-weight: bold;
 color: #2a2a2a;
 padding: 5px;
 border-bottom: 0px solid #4e4e4e !important;  text-align:center;
}

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

*[id^='readlink']:focus {
 outline: none;
 color: #ff0000;  text-align:center;
}