
Body {

 color: #663333 ; 
 background: #FFFFFF ; 

}


a:link { 
	color: #3366CC;
	text-decoration: none;

	}
	
A:hover	
	{ color: #C0C0C0; 
	}

a:visited { 
	color: #3366CC;
	text-decoration: none;

	}

P#banner
	{
	font-style: italic;
	font-size: 20px; 
	font-weight: bold; 
	color:#3366CC;
	}

p#text
	{
	 color: #663333 ; 
	}
	
div#centered 
	{ 
	border: 0; height: 50%; width: 50%; position: absolute; left: 25%; top: 10%;
	}

img
{
border-style: none;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}