<html>
<head>
<title>Links Done My Way</title>
<style type="text/css">
a.mylink
{
      font-family: arial,helvetica;
      font-weight: bold;
}
a.mylink:link
{
      color: black;
      text-decoration: none;
}
a.mylink:visited
{
      color: black;
      text-decoration: none;
}
a.mylink:hover
{
      color: black;
      text-decoration: underline;
}
a.mylink:active
{
     color: black;
     text-decoration: underline;
}
</style>
</head>
</a></p></body></html>
