table.gallery { 
  font-family:'Microsoft Sans Serif'; 
  font-style:normal; 
  font-weight:bold; 
  font-size:10pt; 
  color:white; 
  background-color:rgb(102,102,102); 
  }
  
body.gallery { 
  font-family:'Times New Roman'; 
  font-style:normal; 
  font-weight:bold; 
  font-size:14pt; 
  color:yellow; 
  text-align:center; 
  background-color:rgb(51,51,51); 
  }
  
body.frame { 
  color:white; 
  background-color:rgb(102,102,102); 
  }
  
table.frame { 
  color:white; 
  background-color:rgb(102,102,102); 
  }
  
p.caption { 
  font-family:'MS Reference Sans Serif'; 
  font-weight:bold; 
  font-size:14; 
  color:white; 
  background-color:rgb(102,102,102); 
  }
