body {
	background-color: #CCCCFF;
	background-image: url(batikflower-cornflower.jpg);
	font-family: "Tempus Sans ITC", Arial;
	color: #CCCCFF;
}
h1, h2, td {font-family: "Tempus Sans ITC", Arial; color: #CCCCFF;}
font.copy {font-family: Arial;}
a:link {color: #FFFFFF;}
a:visited {	color: #CCCCFF;}
a:active, a:hover {color: #CCFFFF;}
div.text {
	position:absolute; 
	width: 80%;  
	left: 10%;
	top: 50px;
	background-color: #003344;
	border: 3px solid #335577; 
	padding: 10px;
	font-family: "Tempus Sans ITC", Arial;
	color: #CCCCFF;
	visibility: visible; 
	overflow: visible;
}
div.space {
	position:relative; 
	top: 100px;
	visibility: visible; 
	overflow: visible;
}