



div#countdown #lcd {
	font-family: Terminal, System, Courier;
	/*color:#66FF66; */
	color:#666666;
	font-weight: bold;
	font-size:24px;
	border: 2px solid;
	border-left-color:#333333;
	border-top-color:#333333;
	border-bottom-color:#999999;
	border-right-color:#999999;
	background-image: url(images/lcdbg.jpg);
	background-repeat: repeat;
	padding: 5px;
	margin: 10px;
	max-width: 260px;
	max-height: 35px;
}