005.shtml copied from 001. removed the blue underline from mouse over. reserved blue underline for currently active selected options
I copied from test242 as I was tired of typing in test. also, I wanted to record every single change and test. starting with 001. I wanted to keep a record of all changes to the index.
est242 copied from https://codepad.co/snippet/simple-css-underline-menu
a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.
Note: a:active MUST come after a:hover in the CSS definition in order to be effective.