The color of a link
The color of a visited link
The color of an active link
This is the HTML string you need :
<STYLE>
BODY {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt}
.title {font-family:Times; font-size:16pt; color:blue; font-weight:bold}
</STYLE>
<BODY
BGCOLOR="#ffffff"
BACKGROUND=""
TEXT="#000000"
LINK="#0000ff"
VLINK="#663399"
ALINK="#ff0000">