/* Global font and page background */
body, table, td, th, input, select, textarea, button {
    font-family: Arial, sans-serif ;
    font-size: 18px ;
    /*color: #222222 ;*/
    /*background-color: #ffffff ;*/
    /*line-height: 1.5;*/
}


/* Global font size for all form entry fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
    font-size: 14px;         /* set text size to 20px */
    font-family: Arial, sans-serif;  /* optional: set font */
    padding: 6px;            /* optional padding */
}

