This should cover all the bases.
Code:
<STYLE type=text/css>
body{
color: #3300CC;
font-family: verdana, arial;
font-size:10px;}
table{font: #3300CC 10px verdana;}
tr, td {font: #3300CC 10px verdana;}
p table {font: #3300CC 10px verdana;}
A{
color: #3300CC;
font-family: verdana, arial;
font-size: 10px;
text-decoration:none;}
A:visited{
color: #3300CC;
font-family: verdana, arial;
font-size: 10px;
text-decoration:none;}
A:hover
{color: #3300CC;
font-family: verdana, arial;
font-size: 10px;
text-decoration: none;}
</STYLE>
Just change all the attributes to how you want them. I'm not sure what the number for royal blue is. Try using this chart:
http://www.immigration-usa.com/html_colors.html Let me know if you need help.