@charset "utf-8";
/* CSS Document */
body, td {font-size: 10pt}
A:hover {color: red;}
.pla{
	text-align:center;
	font-size:12px;
}
.pla a{
	color:#999;
	font-size:12px;
	text-decoration:none;
}
.pla a:hover{
	color:#CCC;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
