
<style type="text/css">
<!--


body 
{ background-color: LightPink;

font-family: arial; 
color: MediumPurple; 


font-weight:normal;
font-size:xx-small;
any number value (12 pt, 18 pt)] 

a:link {
  color: MediumPurple; 
  text-decoration: none; 
}
a:visited {
  color: MediumPurple; 
  text-decoration: none;
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: MediumPurple; 
  text-decoration: none; 
}
a:active {/*colour in NN4.xx is red*/ 
  color: MediumPurple; 
  text-decoration: underline; 
}

body
{scrollbar-face-color: MediumPurple; scrollbar-shadow-color: ForestGreen; scrollbar-highlight-color: MediumPurple; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color:#000000; scrollbar-track-color: #000000; scrollbar-arrow-color: black}



-->
</style>