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

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

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