#flashbox {
	position:relative;
	left:auto;
	right:auto;
	top:5px;
	width:800px;
	height:600px;
	z-index:1;
	margin-right:auto;
	margin-left:auto;
	background-color:#000000;
	}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ccccff;
	font-weight:normal;
	text-align: left;
}
body {
	text-align:center; 
}
a {
	color:#cc99ff;
	text-decoration:underline;
	font-weight:bold;
	}
a:link {
	color:#cc99ff;
	text-decoration:underline;
	font-weight:bold; 
	}
a:visited {
	color:#9999FF;
	text-decoration:underline;
	font-weight:bold;
	 }
a:hover {
	color:#9999FF;
	text-decoration:underline;
	font-weight:bold; 
	}
a:active {
	color:#9999FF;
	text-decoration:underline;
	font-weight:bold; 
	}
	
