Hi Kimmi - what if you dd the border value to the a:hover, in addition to the color and background color that you already have?
Code:
table a:hover {
color: white;
background-color: red;
border:yourcolorvalue;
}
I'm new but I hope that should work...