.inputText
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 12px;
    FONT-color: #000000;
    BORDER-LEFT: 1px solid;
    Border-COLOR: #D6D6D6;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: tahoma;
    BACKGROUND-COLOR: #ffffff
}

a:link {
  color: #333333; 
  text-decoration: none; 
  }/*normal links in the text*/
a:visited {
  color: #666666; 
  text-decoration: none; 
  }
a:hover { /*this effect is not shown in NN4.xx*/
  color: #000000; 
  text-decoration: underline; 
  }

