body {
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img {
	border: none;
	width: 440px;
	height: 440px;
}

h1, h2, h3, strong {
    display: none;
}

a, a:link, a:visited {
     text-decoration: underline;
     color: #e91624;
}

a:hover, a:active, a:focus {
     text-decoration: underline;
     color: #999999;
}

.container {
	margin-top: 20px;
	margin-left: -220px;
	left: 50%;
	width: 440px;
	position: absolute;
}