A:link {font-weight: normal; text-decoration: none}

A:visited {font-weight: normal; color: purple;
           text-decoration: none}

A:hover {font-weight: normal; color: blue;
         text-decoration: underline}

A:active {font-weight: normal; color: blue;
          text-decoration: none}

BODY {FONT-FAMILY: Arial; COLOR: green}


a img {     border: 4px blue solid;      border-radius: 10px;     padding: 5px;     }

a:hover img {     border: 4px green solid;      border-radius: 10px;     padding: 5px;     }

table {max-width: 700px;}
