	body
	{
	padding: 0;
	font-size:10px;
	color:#333333;
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

	strong
	{
	font-weight:normal;
	}
	
	#images
	{
	height:400px;
	margin-bottom: 25px;
	}
	
	
	#floatarrows
	{
	margin-top:-2px;
	float:right;
	font-size:18px;
	color: #B9B9B9;
	}	
	
		#floatarrows a
		{	
		text-decoration: none;
		color: #333333;
		}
		
		#floatarrows a:hover
		{	
		text-decoration: none;
		color:#FF80C0;
		}
					
					
	#text
	{
	padding-top: 15px;
	border-top: 1px solid #C3C3C3;
	}	
	
	
	#close
	{
	float:right;
	margin-right:1px;
	}	
	
		#close a
		{	
		text-decoration: none;
		color: #8A8A8A;
		}
	
		#close a:hover
		{
		text-decoration: line-through;
		}