TABLE , TD{
	background: transparent;
	font : 10px Arial;
	color: #00008B;
}

.two{
	background: transparent;
	font : 12px Arial;
	color: #00008B;
}


A {
	background: transparent;
	font : bold 10px Arial;
	color : Blue;
	text-decoration : none;
}


A:HOVER {
	background: transparent;
	font: bold 10px Arial;
	color: Aqua;
	text-decoration : none;
}


A:ACTIVE {
font : bold 14px Arial;
	color : #98FB98;
	text-decoration : none;
	  }



