a:link {
  color: #999999; 
  text-decoration: none; 
  background: #FFFFFF;}/*normal links in the text*/
a:visited {
  color: #666666; 
  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;}

.table1 {
	border: 1px solid #000000;
}
.login {
	height: 20px;
	margin: 0px;
	padding: 0px;
}

