



div#countdown #lcd {
	
	font-family:monospace;
	/*color:#66FF66; font-family: Terminal, System, Courier;*/
	color:#666666;
	font-weight: bold;
	font-size:182%;
	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;
}
