/* CSS Document */
BODY {background: #FFFFFF;}
FONT {Arial Helvetica;}
TEXT {color: #000088;} 
LINK  {color: #006633;} 
A:link {
  color: #006633; 
  background: #FFFFFF;}/*normal links in the text*/
A:visited {
  color: #990000; 
  text-decoration: none; 
  background: #FFFFFF;}
A:hover { /*this effect is not shown in NN4.xx*/
  color: #999999; 
  text-decoration: underline; 
  background: #FFFFFF;}
A:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
  background: #FFFFFF;}
leftmargin {100;}
marginwidth {100;}



