		@font-face {
			font-family: Delicious;
			src: url('Delicious-Roman.otf');
		}
		@font-face {
			font-family: Delicious, Arial;
			font-weight: bold;
			src: url('Delicious-Bold.otf');
		}
		.return { 
			font-family: Delicious, Arial; 
			font-size: 22px; 
			font-weight: bold; 
			padding: 0px;
			position: absolute; 
			left: 10px; top: 10px; 
			background: black; 
			color: White; 
			width: 250px;
			border-top-left-radius: 20px;
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 20px;

		}
		
		.return a { color: White; width: calc(100% - 10px); display: inline-block; padding: 5px; }
		.return a:hover { color: #f64000; text-decoration: none; }
	
		.miniheader { 
			display: none; font-weight: normal; font-size: 12px; 
		}
		.microheader { 
			display: none; font-weight: normal; font-size: 10px; 
		}
			
			
		.return-lower  { margin-top: 30px;  }
		.return-lower2 { margin-top: 90px;  }
		.return-lower3 { margin-top: 130px; }
		.return-lower4 { margin-top: 170px; }
		.return-lower5 { margin-top: 210px; }

