a:link { text-decoration: underline; color: yellow} a:active { text-decoration: none; color: yellow } a:visited { text-decoration: underline; color: red } a:hover { text-decoration: none; background-color: black; color: red } a#underline:link { text-decoration: underline; color: red} a#underline:active { text-decoration: underline; color: red } a#underline:visited { text-decoration: underline; color: darkred } a#underline:hover { text-decoration: underline; background-color: black; color: yellow } a:link img { border-color: yellow } a:active img { border-color: yellow } a:visited img{ border-color: yellow } a:hover img { border-color: red } body { font-family: Arial, Impact, Helvetica, sans-serif; color: yellow; background-color: black} td { font-family: Arial, Impact, Helvetica, sans-serif; color: yellow;}