@charset "utf-8";
/* CSS Document */



.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color: rgb(255,255,255);
color: rgb(51,51,51);
font: bold 27px  Arial, Helvetica, sans-serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 55%;
color: rgb(0,0,102);
}



