html, body
{
	margin:		0px;
	padding:	0px;
	
	min-width:	100%;
	min-height:	100%;
	
	-webkit-text-size-adjust:	none;
}

table
{
	padding:	0px;
	border-spacing:	0px;
}

td
{
	vertical-align:	top;
}

img
{
	border:	none;
}

a, a:link, a:hover, a:active, a:visited
{
	cursor:	pointer;
	color:	inherit;
	text-decoration:	none;
}