 A:visited {      font-weight : normal;    text-decoration : none;     color : blue;}A:hover { text-decoration :underline;} A:active { font-weight : bold;            text-decoration : none;}   A:link {      font-weight : normal;    text-decoration : none;     color : blue;}
