.background {
	border-style: none;
	width: 42px;
	height: 42px;
	}
.numbers {
	border-style: none;
	background:none;
	padding: 0px;
	width: 42px;
	height: 42px;
	text-align: center; 
	font-family: Arial; 
	font-size: 24px;
	font-weight: normal;		/* options are normal, bold, bolder, lighter */
	color: #FFFFFF;		/* change color using the hexadecimal color codes for HTML */
	}

.title {		/* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */
	border: none;    
	padding: 0px;
	background: none;
	margin: 0;
	width: 42px;
	text-align: center; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: normal;		/* options are normal, bold, bolder, lighter */
	color: #999999;                /* change color using the hexadecimal color codes for HTML */ 
	}
#form {		/* the styles below will affect the outer border of the countdown timer */
	width: 200px;
	height: 80px;
	border: none;		/* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
	padding: 5px;
	}
.line {
	width: 38px; 
	height: 1px;
	z-index: 15;
	}
