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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #990000;
	font-size:12;
	font-weight:bold;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:#FFCC00;
color:#990000;
font: bold 12px MS "Times New Roman", Times, serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}