
body {
	background: #FFFFFF;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:100%;
}

table {
	margin-left: auto;
	margin-right: auto;
}

table tr td {
	color: #041328;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
}

a:link, a:visited { 
	color: #B62F71;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
}
	
a:hover, a:active { 
	color: #E65FA1;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}