.numbers2 {
    width: 55px;
    text-align: center; 
    font-family: Arial; 
    font-size: 38px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #ffffff;       /* change color using the hexadecimal color codes for HTML */
}
.title2 {/* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */
    width: 55px;
    text-align: center; 
    font-family: Arial; 
    font-size: 20px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    color: #ffffff;       /* change color using the hexadecimal color codes for HTML */
}
#table2 {
	width: 686px;
	height: 206px;
	border-style: none;
	background-color: transparent;
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 0px;	
}