TABLE,TD {
	font-size : 12px;
	line-height: 16px;
}
A:link    { font-size: 12px; 
color: blue;
text-decoration:none;  }
A:visited { font-size: 12px; 
color: blue;
text-decoration:none; }
A:active  { font-size: 12px; 
color: red;
text-decoration:none; }
A:hover   { font-size: 12px; 
color: #FF00FF;
text-decoration:none; background:#FFFFFF; }
