
html {
	height: 100%;
}

body {
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
}



p {
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	
}


img {
	border:0px;
}

td a {
	background:#ffffff;
	color:#000000;
}

td a:hover {
	background:#000000;
	color:#ffffff;
}

