<STYLE TYPE="text/css">
a {
  color:red;
  font-weight:normal;
}
a:hover {
  color:#CC0000;
  text-decoration:underline;
  font-weight:bold;
}
a:visited {
  color:#003399;
}
</style>