body {

  font-family: sans-serif;
  color: black;
}


a {
color: #0000a0;
text-decoration: none;
}
a:visited {
color: #0000a0;
text-decoration: none;
background: none;}
a:hover { /*this effect is not shown in NN4.xx*/
color: #0000a0;
text-decoration: underline;
background: none;}
a:active {/*colour in NN4.xx is red*/
color: #0000a0;
text-decoration: underline;
background: none;}



img.pic { border: #0080a0 solid 2px; }
img.pic1 { border: #0080a0 solid 1px; }





tr {vertical-align: top; }