@charset "utf-8";
table {
	border: 0;
	cellpadding: 10px;
	cellspacing: 0;
	text-align: center;
	width: 100%;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #88D217;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
img {
	border: 0;
}
