/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */
/*green background layer*/

DIV.states {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16pt;
  color: #FF0000;
  text-align: center;
  font-weight: 700;
  font-style: normal;
 }
 
DIV.names {
  color: #0000FF; 
  font-family: Arial, Verdana, Sans-serif;
  font-size: 14pt;
  text-align: center;
  font-weight: 700;
  font-style: normal;
 } 
 
DIV.title {
  color: #0000FF; 
  font-family: Arial, Verdana, Sans-serif;
  font-size: 20pt;
  text-align: center;
  font-weight: 700;
  font-style: normal;
 } 
 
 DIV.company {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12pt;
  color: #3366FF;
  text-align: left;
  margin-left: 50px;
  font-weight: 500;
  font-style: normal;
 }
 
 
 

/* Style rules for the 3 x 2 table example */

