

/* Layout Stylesheet */ 



body{
 margin: 20px;
 padding:0px;
 text-align:center;
 background: #BFB195;
 }

 

#lh-col{
 width: 600px;
 height: 500px;
 border: 2px solid #B5A992;
 background: #F7E8CB;
 margin: 0 auto;
 padding: 40px;
 }
 
 
 /* Stylesheet */ 

h4 {
 margin:0; 
 padding: 5px 0;
 }



.text {
 font-size: 80%; 
 font-family: Verdana, Helvetica, sans-serif;
 font-weight: bold;
 color:#000000;
 }

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}
