a:link, a:visited, .texta:link, .texta:visited {
    color: #ff5757;
    text-decoration: underline;
}
<style>
      table {
        width: 100%;
      }
      td, th {
        padding: 7px 12px 5px 12px;
      }
      tr:nth-child(even) { background-color: #e5e3e3; }
 tr:hover { background-color: #ffde59; }