a:link    {font-weight:normal;   color:blue;   text-decoration:none;}

a:visited {font-weight:normal;   color:red;   text-decoration:none;}
a:focus   {font-weight:normal;   color:blue; text-decoration:underline; }
a:hover   {font-weight:normal;   color:blue;    text-decoration:underline; }

a:active  {font-weight:normal;   color:red;   text-decoration:underline; }
