
.linkcolor1   { font-family: Arial, sans-serif; text-decoration: none; cursor: pointer }
.linkcolor1 a:link     { color: #360; text-decoration: none; background-color: transparent; cursor: pointer }
.linkcolor1 a:visited      { color: #666; 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: #ffdc27; text-decoration: underline; background-color: transparent; cursor: pointer }
.linkcolor2 a:visited     { background-color: transparent; cursor: pointer }
.linkcolor2 a:hover   { color: #fff; background-color: transparent; cursor: pointer }
.linkcolor2 a:active  { color: yellow; background-color: transparent; cursor: pointer }
