<style>
body      { color: black; background-color: white; font-family: arial }
a         { text-decoration: none; font-style: italic; text-transform: lowercase }
a:link    { color: blue; font-weight: bold }
a:visited { color: blue; font-weight: bold }
a:hover   { color: green; text-transform: uppercase }
a:active  { color: red  }
</style>