BODY
{
	background-color : #ffffff;
	font-family : Arial, Helvetica, Sans-Serif;
	color : #000000;
}

TD {
	font-family : Arial, Helvetica, Sans-Serif;
	color : #000000;
}

A
{
	text-decoration: none;
	color: #3366cc;
}

A:Hover {
	color : White;
	text-decoration: none;
	background-color : #6699cc;
}

A:Visited { 
	color : Purple;
	text-decoration: underline;
 }
 
 a.abc
 { 
 	text-decoration: none;
	color: #ffffff;
  }
  
 a.abc:hover
 {
	color : White;
	text-decoration: underline;
}
 a.abc:visited
   { 
	color : Purple;
	text-decoration: underline;
 }
