body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
table {
	width: auto;
	text-align: center;
}
table td{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	padding: 5px;
	border-width:0;
}
a:link {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}