A:HOVER{
	color: Red;
	text-decoration: underline;
	font-size: small;
	
}

 A:LINK{
	color: Navy;
	text-decoration: none;
	cursor : hand;
	font-size: small;
	
}
  A:ACTIVE {
	color: Navy;
	text-decoration: none;
	cursor : hand;
	font-size: small;
	
}
A:VISITED {
	color: Blue;
	text-decoration: none;
	cursor : hand;
	font-size: small;
}

.tdnav {
	border : 5px outset;
	height : 40px;
	text-align : center;
	border-bottom-color : #6A5ACD;
	border-right-color : #00BFFF;
	border-top-color : #E6E6FA;
}
