@charset "utf-8";
.textstyle {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a:link {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #06F;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #06F;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #06F;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #06F;
	text-decoration: none;
}
