a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}
.imgclass a:link {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0033;
	color: #00FF33;}
.imgclass a:visited {
	text-decoration: blink;
}
.imgclass a:hover {
	color: #00CC66;
	text-decoration: overline;
}
.imgclass a:active {
	color: #CCFF33;
}