*
{
	margin: 0px;
	padding: 0px;
}

html, body, table
{
	height: 95%;
	width: 100%;
}

td
{
	text-align: center;
}

a
{
	color: #AAAAAA;
	background-color: white;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus
{
	background: transparent;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


