body
{
	background-image : url('/images/gradient.png');
	background-repeat : repeat-x;
	text-align: center;
	width	: 1024px;
}
table
{
	font-size : 14px;
	color : #333;
	
	
}

#pinpon table tr th
{
	background-image: url('/images/bgline.png');
	background-position : bottom;
	background-repeat : repeat-x;
	font-size : 24px;
	font-weight:bold;
	color : #333;
	text-decoration : none;
	padding-top : 10px;
	padding-bottom : 10px;
	
	
}

table td
{
	padding : 20px;
}

th a
{
	text-decoration : none;
	color : #000;
}

th a:hover
{
	text-decoration:underline;
}

