body
{   
    background-color: #ded29b;
    background-image: url('bg.jpg');
    background-attachment: fixed;
    font-size: 18;
    color: #7e3d30;
    font-family: Times New Roman, Times, serif
}


h1
 {
  font-variant: small-caps;
  font-size: 26;
  text-align: center;
 }

h4
 {
  font-variant: small-caps;
  font-size: 20;
  text-align: center;
 }

 
A:link
 {
    font-size: 18;
    color: #6a743c;
    font-variant: small-caps;
    font-weight: 600;
    text-decoration:none
    
 }

A:visited 
 { 
     font-size: 18;
     color: #8a974e; 
     font-variant: small-caps;
     text-decoration:none
 }

A:hover
 {
	 color: #b86e41;
 }