.numbers {
    border-style: ridge;  /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 2px;
    border-color: #9D8748;    /* change the border color using the hexadecimal color codes for HTML */
    background: #D6CAA8;    /* change the background color using the hexadecimal color codes for HTML */
/*    background: #000000;    *//* change the background color using the hexadecimal color codes for HTML */

    padding: 0px 0px;
    width: 35px;
    text-align: center; 
    font-family: Arial; 
    font-size: 14px;
    font-weight: bold;            /* options are normal, bold, bolder, lighter */
    font-style: normal;            /* options are normal or italic */
    color: #A11511;                /* change color using the hexadecimal color codes for HTML */
    }

.title {                    /* the styles below will affect the title under the numbers, i.e., etc. */
    padding: 0 3px;
    width: 35px;
    text-align: center; 
    font-family: Arial; 
    font-size: 10px; 
    font-weight: normal;            /* options are normal, bold, bolder, lighter */
    height: 8px;
    color: #000000;                /* change color using the hexadecimal color codes for HTML */
    }

#form {
    border: none;            /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    padding: 0px;
	margin: 0px;
}
