
.gallery {
 background-color: #BFC59D; 
}
BODY {
 
background-color: #969c74;
padding-left : 20px;
padding-right :  20px;
color: #55562e;
font-family: "Century Gothic",Arial;
 }
  
 UL { list-style-type: circle }
 A:link{color:#BFC59D; text-decoration: none;  font-weight :  bold; } 
 A:visited{color: #BFC59D; text-decoration: none;  font-weight :  bold; }
 A:active{color: #BFC59D; text-decoration: none;  font-weight :  bold; }
 
 H1, H2, H3, H4, H5, H6,B {
  color:#dde7ce;
 }
 
 P {
 font-weight: normal;
 font-size: medium;
 }
 
.title{
font-size:30px;
color:#DDE7CE
}

 .bordercolor { 
 background-color: #BFC59D;
 font-style: italic;}
 
 .menustyle {
 font-style: normal;
 font-weight: bolder;
 font-size: small;
 background-color: silver;
 text-align: left;
 text-indent: 2pt;
 margin: 2pt;
 padding: 2pt;
 border: 2pt;
 border-style: none;
 border-color: gray;
 width: 75%;
 }


