a:link {color: blue; text-decoration: underline;}

a:hover {background-color: #AAFF00; text-decoration: underline;}

a:active {color: red; text-decoration: underline;}

a:visited {color: purple; text-decoration: underline;}

.submit {border-style: groove;}