TABLE{
  font-size : 14pt;
  font-family : serif;
}
TABLE.input{
  
  margin-top : 5pt;
  margin-left : 5pt;
  margin-right : 5pt;
  margin-bottom : 5pt;
  background-color : #8055ff;
  padding-top : 4pt;
  padding-left : 4pt;
  padding-right : 4pt;
  padding-bottom : 4pt;
}
TH.input{
  background-color : #bfaaff;
  text-align : left;
}
TD.input{
  background-color : #dfd5ff;
}
STRONG.info{
  font-family : sans-serif;
  font-weight : bold;
  color : red;
  margin-top : 5pt;
  margin-left : 5pt;
  margin-right : 5pt;
  margin-bottom : 5pt;
}
TABLE.info{
  background-color : #ffbf80;
}
TH.info{
  background-color : #ffd5aa;
}
TD.info{
  background-color : #ffead5;
}
STRONG.check{
  font-family : sans-serif;
  font-weight : bold;
  color : red;
}
BODY{
  font-size : 16pt;
  font-family : serif;
  background-color : #d5eaff;
}
H1{
  font-size : 24pt;
  font-family : sans-serif;
  font-weight : bold;
  padding-bottom : 3px;
  border-left-width : 6pt;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : blue;
  border-bottom-color : blue;
}
P.remark{
  font-size : 10pt;
  font-family : sans-serif;
  font-weight : bold;
}
