/* hyperlink colours */
body      { color: black; background-color: white; font-family: arial }
a         { text-decoration: none; font-style: Underline }
a:link    { color: blue; font-weight: bold; text-decoration: underline }
a:visited { color: purple }
a:hover   { color: green }
a:active  { color: red  }