table 
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12pt;
	color: #363636;
	border: none 0;
	padding: 0 0 0 0;
}


a, a:visited
{
	text-decoration:none;
	color: Blue;
}

a:hover {
	text-decoration:underline;
	color: Green;
}

.centered 
{
	margin-left: auto;
	margin-right: auto;
}

