.text {
	font-size: 10pt;
	line-height: 150%;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: blink;
	cursor: hand;
	filter: Alpha(Opacity=50);
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
