CSS Stylesheet LOVE reminder

I always keep forgetting the right order of CSS Pseudo-Styles for Links

The Night of the Hunter Robert Mitchum in The Night of the Hunter (1955) directed and cowritten by Charles Laughton
© 1955 Metro-Goldwyn-Mayer Inc

There is an easy way to remember a mnemonic aid for setting the Link Pseudo-Attributes for visited, hover, active, visited in the correct order in your Stylesheets. The first letters of each Pseudo Attribute form the word "L(link) V(visited) H(hover) F(focus) A(active)", which can be remebered as LUHVA or LOVER ;-)

a:link {}
a:visited {}
a:hover {}
a:focus {}
a:active {}

https://meyerweb.com/eric/css/link-specificity.html