a { font-size: 30px; } a:link { color: cyan; } a:visited { color: red; } a:hover { color: blue; font-weight: 900; } fieldset:hover { background-color: lightgrey; box-shadow: 0 0 20px grey; } a:active { color: yellow; } input:focus { outline: none; border: 3px solid rg..