body {background: #CCCC77; 
      font-size: 10pt;
      font-family: Arial, Helvetica, sans-serif;}

table {font-size: 10pt;}

A:link      {color: #0000FF; 
             text-decoration: none; 
             font-weight: bold;
             font-style: italic;
             text-decoration: underline; 
            }/*normal links in the text*/
A:visited   {color: #888888; 
             text-decoration: none; 
             font-weight: bold;
            }
A:hover     { /*this effect is not shown in NN4.xx*/
             color: #999999; 
             font-weight: bold;
             font-style: italic;
            }
A:active    {/*colour in NN4.xx is red*/ 
             color: #9999CC; 
             font-weight: bold;
             font-style: italic;
            }