<div>
  <a href="https://www.google.com">This a Link</a>  
</div>
Follow the order of LVHFA will get desired result.
a:link{color: grey;}
a:visited{color: orange;}
a:hover{color: yellow;}
a:focus{color: green;}
a:active{color: red;}

body{
  background-color: rgb(30,30,30);
  color: white;
  font-family: verdana;
}

:root{
  --grey1: rgb(60,60,60);
  --grey2: rgb(90,90,90);
  --grey3: rgb(120,120,120);
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.