a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4FA08E;
	text-decoration: underline;
	line-height: 20px;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: blink;
}
a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.normalp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: line-through;
}

