a:link    {font-weight:bold;   color:white;  text-decoration:none; }
a:visited {font-weight:bold;   color:silver; text-decoration:none; }
a:focus   {font-weight:bold;   color:yellow; text-decoration:underline; }
a:hover   {font-weight:bold;   color:red;    text-decoration:none; }
a:active  {font-weight:bold;   color:lime;   text-decoration:underline; }


