@charset "utf-8";
.tLink2 {
	color: #333333;
	font-size: 10pt;
	text-decoration: none;
	line-height: 25px;
	text-align:center;
	letter-spacing: 0.2cm;
	 }
a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
	}
a:hover {
	color: #999999;
	text-decoration:none;
}
a:active {
	color: #999999;
	text-decoration:none;
}

