body { 
	margin: 0px; 
	background-color: ##3399FF;
	display:block 
}
.contact { 
	font-family: times new roman, times, serif; 
	font-size: 15pt; 
	color: white; 
	text-align: center; 
	vertical-align: center; 
	padding-top: 2px; 
}
a.contact:link, a.contact:visited { 
	color: white; 
	text-decoration: none; 
}
a.contact:active, a.contact:hover { 
	color: white; 
	text-decoration: underline; 
}
.copyright { 
	text-align: center; 
	font-family: arial, sans-serif; 
	font-size: 13px; 
	font-weight:bold; 
	color: #000000;
}
a.copyright:link, a.copyright:visited { 
	text-decoration: none; 
}
a.copyright:active, a.copyright:hover { 
	text-decoration: underline; 
}
