body, table
{
	background-color 	: #FFFFFF;
	margin			: 0px;
}

table
{
	border : 0px solid red;
}

td
{
	width		: 100%;
	text-align	: center;
}

td, 
a:link, 
a:visited
{
	color 		: black;
	font-size   	: 11px;
	font-family 	: verdana;
}

a:link, 
a:visited
{
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

