body  {
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
/*	background-color:#ede764; */
	background-image: url("../img/LH_95.jpg");
	height:100%;
}
ul, li {
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
.img_rigth { /* Image sticks to the rigth */
	width:auto;
	float:rigth;
	align:rigth;
}
.img_leftunc { /* Image sticks to the left */
	float:left;
	margin:5px 15px 5px 5px;
}
.img_rigthin { /* Image sticks to the rigth */
	width:auto;
	float:rigth;
	margin: 0 0 5px 15px;
}
#footer a:hover  {
    color:red;
    text-decoration:none;
    text-shadow: 1px 1px 1px pink;
}

