a:link       { color: Dodgerblue; text-decoration: underline; /*font-weight: bolder*/ }
a:visited    { color: Dodgerblue; text-decoration: underline }
a:hover      { color: Blue; background-color: yellow; text-decoration: underline }
a:active     { color: white; background-color: Red; text-decoration: underline}

