/* steve.css */
body {background-color: rgb(255, 255, 220); font-family: arial; color: black}
a:link {color: blue}
a:visited {color: purple}
a:active {color: red}
a:hover { background-color: wheat }
