BODY {
  font-size:11pt; 
  font-family:"Tahoma";
  color:black; 
  background-color:"#E2DED5";
  background-image:url('img/background-main.jpg'); 
  background-attachment:fixed;
  background-repeat:no-repeat;
}
BODY.menu {
  font-size:11pt; 
  font-family:"Tahoma"; 
  color:black; 
  background-image:url('img/background-menu.jpg'); 
  background-attachment:fixed; 
  background-repeat:no-repeat;
  overflow-x:hidden; 
  overflow-y:hidden
}
BODY.banner{
  font-size:24pt;
  font-family:"Tahoma";
  color:black;
  background-image:url('img/background-banner.jpg');
  background-attachment:fixed;
  background-repeat:no-repeat;
  overflow-x:hidden;
  overflow-y:hidden
}
A.menu {
  text-decoration:none;
  color:#484849
}
A.menu:hover {
  text-decoration:none;
  color:black
}

