a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #C42D7E;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.normal {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.border {
	border: 1px solid #ED8FC2;
}
.normalpink {
	font-family: Verdana;
	font-size: 11px;
	color: #BE1E76;
	line-height: 18px;
	font-weight: bold;
}
