body { 
  font-family: Verdana, Arial, Helvetica, San-serif;
  color: black;
  background-image: url('images/bournemouth.jpg');
  }
table {
  background-color: #CCCCFF; }
table td {
  padding: 0px;
  }
a:link {
  color: #B00000; 
  text-decoration: none; 
  }
a:visited {
  color: #600000; 
  text-decoration: none; 
  }
a:hover { /*this effect is not shown in NN4.xx*/
  text-decoration: underline; 
  }
a:active {/*colour in NN4.xx is red*/ 
  color: red; 
  text-decoration: underline; 
  }
