body { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #000; text-align: center; margin: 0; padding: 0; }
#popupcontent {
	text-align: center;
	width: 450px;
	height: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#copy {
	text-align: center;
	width: 450;
	height: auto;
	padding-top: 20px;
}
#copy p { text-align: center; }
#copy strong {
	color: #666666;
	font-weight: normal;
}
#copy a:link {
	color: #0066CC;
	text-decoration: underline;
}
#copy a:visited {
	color: #CC6600;
	text-decoration: none;
}
#copy a:hover {
	color: #FF9900;
	text-decoration: none;
}
#popupcontent p {
}
