
.linkcolor1   { font-family: Arial, sans-serif; text-decoration: none; cursor: pointer }
.linkcolor1 a:link    { color: #fff; text-decoration: none; background-color: transparent; cursor: pointer }
.linkcolor1 a:visited    { color: #ccf; text-decoration: none; cursor: pointer }
.linkcolor1 a:hover    { color: #ffe633; background-color: transparent; cursor: pointer }
.linkcolor1 a:active  { color: gray; text-decoration: none; background-color: transparent; cursor: pointer }
.linkcolor1 a:focus  { color: navy; text-decoration: none; background-color: transparent; cursor: pointer }
.linkcolor2  { font-family: Arial, sans-serif; text-decoration: none; cursor: pointer }
.linkcolor2 a:link     { color: black; text-decoration: none; background-color: transparent; cursor: pointer }
.linkcolor2 a:visited   { color: #600; background-color: transparent; cursor: pointer }
.linkcolor2 a:hover   { color: #900; text-decoration: underline; background-color: transparent; cursor: pointer }
.linkcolor2 a:active  { color: yellow; background-color: transparent; cursor: pointer }
