body{   font-size : 14px ;
		color:#cca298;
		background:#5a4248 ;
		margin:20px;
		padding:0;
		text-align:center;
		line-height: 1.4em;
	}
	
a:link    { color : #eeaaa7 ; text-decoration:none;}
a:visited { color : #eeaaa7 ; text-decoration:none;}
a:hover   { color : #f7e0ce ; text-decoration:none;} 	


h1,h2,h3,h4{  
       color:#59313A;
	   background:#9e7478 ;
	   padding:3;
	   text-align:center;
	   width:300px;
	}

	
.a1{    font-size : 14px ;
        color:#59313A;	
        background: #9e7478 ;
        border:solid 1px #59313A ;
        width:600px;
        /*position:absolute;
        left:5%; top:350px;        
        height:100px; #CF9F92*/
        padding: 10px;
        text-align:center;
        /*float:left;*/
        
    }
    
