

A:link { color: #B22222 ;
	background: transparent;
	text-decoration: underline;
	 }
A:visited { color: #B22222 ;
	background: transparent;
	text-decoration: underline;
	}
A:active { color: red;
	background: transparent;
	text-decoration: underline;
	 }
A:hover { color: red;
	background: transparent;
	text-decoration: underline;
	 }			


