  body
  {
    background-image: url("../res/paper.png");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 12;
    font-family: sans-serif;
    text-align: left;
    color: #F2688E;
  }
  
  input
  {
    text-align: center;
    background-color: #FFFFE1;
    color: #1B1B1B;
    font-variant: small-caps;
    font-weight: normal;
    font-family: courier;
    font-size: 11;
  }
  
  
  tbody
  {
    vertical-align: middle;
    text-align: center;
  }
  
  th
  {
    text-align: center;
    background-color: #FFEFB7;
  }
  
  .totalEnergy
  {
    text-align: center;
    background-color: #FFEFB7;
    font-size: 12;
    font-weight: bold;
  }
  
  .energyValueHead
  {
    text-align: center;
    background-color: #FFEFB7;
    font-size: 12;
  }
  
  .energyValue
  {
    text-align: center;
    background-color: #FFEFB7;
    font-size: 11;
  }
  
  .head1
  {
    text-align: center;
    background-color: #FFEFB7;
  }
  
  .totalGrass
  {
    text-align: center;
    background-color: #FFEFB7;
    font-size: 12;
  }
  
  .gameOver
  {
    text-align: center;
    vertical-align: middle;
    background-color: #AA1D04
    color:#FFFF80;
    font-size: 14;
    font-weight: bold;
  }
  
  .PlotInfo
  {
    text-align: center;
    vertical-align: middle;
    color:#804040;
    font-size: 10;
    font-weight: normal;
  }
  
  .celltypeDead
  {
    text-align: center;
    color: #E03863;
    font-size: 11;
    background-color: #FFEFB7;
  }
  
  .celltypeAlive
  {
    text-align: center;
    color: #28A628;
    font-size: 11;
    background-color: #FFEFB7;
  }
  
  .demo-placeholder
  {
  	width: 480px;
  	height: 200px;
  	font-size: 10px;
  	//line-height: 1em;
  }