/*Example CSS to create LCD countdown look*/
.lcdstyle
{ 
  background-color:#000040;
  color:yellow;
  font: bold 24px MS Sans Serif;
  padding: 3px;
}

/*Example CSS to create LCD countdown look*/
.lcdstyle sup
{
  font-size: 80%
}
.lcdstyle norm
{
  font-size: 75%
}