/************************************************/
/* A */
/************************************************/
.ANoDec{
	text-decoration : none;
	color:blue;
}

A{
	color: #990000;
	text-decoration: underline;
/*	font-weight: normal;*/
	
}
A:link{
}

A:visited{
	color: #660000;
}

A:hover{
	color: #FF6666;
}
A:active{
}

A.clear{
	border:0px;
}
A.clear:hover{
	background-color: transparent;
	text-decoration : none;	
	border:0;
	color: inherit;
	border:0px;	
}
A.clear:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	border:0px;	
}
A.clear:visited{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
	border:0px;	
}
A.clear:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
	border:0px;	
}

/* End of A */
/************************************************/
