
a:link { color: black; }

a:visited { color: navy; }

a:focus { color: aqua; }

a:hover { color: red; }

a:active { color: green; }




