		h1 { 
			font-size:18pt; 
			font-weight:900; 
			margin:0px;
			padding:2px 2px 2px 16px;
			background-color:#ccc; 
			border:1px solid #999; 
			width:725px; 
			color:#000;
		}
		body { 
			background-color:#fff;
			color:#000;
		}
		.outBorder { 
			width:725px; 
			border:1px solid #eee; 
			background-color:#e8e8e8;
			margin:0px 0px 20px 0px;
			font-size:90%;
		}
		.descText { 
			width:200px; 
			padding:5px; 
			margin:0px; 
			font-size:10pt; 
			line-height:180%;
			text-align:left; 
			float:left; 
		}
		.descImg { 
			margin-left:15px; 
			padding:0px; 
		}
		.fClear { 
			clear:left;
		}

		.amazon { 
			position:fixed;
			top:2px;
			left:740px;
		}

		*html .amazon {
			position:absolute;
			top:2px;
			left:740px;
		}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


