 
BODY{
  
  
  background-attachment : fixed;
background-position : 100% 100%;
  
  
  
  
  background-repeat : repeat-y;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  
}
A{
  color : black;
  text-decoration : underline;
  
}
.title{
  font-size : 10pt;
  text-decoration : underline;
  font-weight : bold;
}
.cell{
  font-size : 10pt;
  line-height : 7mm;
}
.pageTitle{
  background-image : url(http://baito.humaniste.net/image/title-banner.gif);
  background-repeat : no-repeat;
  background-attachment : fixed;background-position : 50% 50%;
  
  
  
  
  border-top-color : purple;
  border-bottom-color : purple;
  

  
  
  
  
  
  padding-top : 20px;
  padding-bottom : 20px;
  height : 100px;
}
.menuTitle{
  font-size : 14pt;
  font-family : Verdana,"‚l‚r –¾’©";
  padding-top : 10px;
  padding-bottom : 10px;
  color : purple;
  font-style : oblique;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : purple;
  border-bottom-color : purple;
}
.menuBox{
  padding-top : 10px;
  
}
.mainBody{
  width : 600px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : purple;
  border-right-color : purple;
  

  background-color : white;
}
.footer{
  font-size : 8pt;
  font-weight : normal;
}

