/*scroll*/
       body 
          {
             scrollbar-base-color: #43231C; 
             scrollbar-arrow-color: #A95847;
             scrollbar-DarkShadow-Color: silver;
             background: #A95847 url(images/backgroundtestvertical.gif) repeat scroll 0% 0%;
          }

/*links*/
       a:link{color:white;text-decoration:none}
       a:visited{color:white;text-decoration:none}
       a:hover{color:white;text-decoration:none}
       a:active{color:white;text-decoration:none}
       
/*text*/
       p,h2,h3,h4,h5,h6,li{font-family:Arial;color:white}
       p.address{font-size:60%;color:white}


/*images*/
       img{border:none}
       img.border{border:medium ridge #EB7A63}
       img.middle{border-top:medium ridge #EB7A63;border-bottom:medium ridge #EB7A63}


/*table background*/
       table.black{background-color:#43231C;width:100%}

/*cell background*/
       td.salmon{background-color:#43231C;width:100%}

        
      


