a:link {
	text-decoration: underline;
	color: #006699;
}
a:visited {

	text-decoration: underline;
	color: #000066;
}
a:active {

	text-decoration: none;
	color: #3399CC;
}
a:hover {

	text-decoration: underline;
	color: #990000;
}
.imgLink {
	text-decoration: none;
	border: 1px solid #000000;
	cursor: hand;

}
.imgLinkNoBorders {

	text-decoration: none;
	cursor: hand;
}
