body {
	padding: 3px;
	background: #E3E2D3;	
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #706D50;
	line-height: 16px;
	letter-spacing: normal;
	text-align: justify;
	}

img {
	border: 1px solid #E7CB49;
	filter:alpha(opacity=50);
	-moz-opacity:0.6;
	padding: 1px;
	background: #F1F0E7;
}

img:hover {
	border: 1px solid #F3E089;
	filter:alpha(opacity=50);
	-moz-opacity:0.9;
	padding: 1px;
	background: #F7FBFC;
}


