font { 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 12px; 
    color: #333; 
}

A:LINK {
    color: #0066cc;
    text-decoration: none;
}

A:VISITED {
    color: #0066cc;
    text-decoration: none;
}

A:HOVER {
    color: #cc0000;
    text-decoration: underline;
}

A:ACTIVE {
    color: #cc0000;
    text-decoration: underline;
}

body, table, tr, td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}

/* input[type="submit"]:hover,  */
/* input[type="button"]:hover { */
    /* background-color: #3a5bc7; */
/* } */

/* Input più moderni */
input[type="text"],
input[type="password"],
textarea, 
select {
    padding: 3px 3px;
    border: 1px solid #ccc;
    background-color: #fff;
}

input[type="text"]:focus, 
textarea:focus, 
select:focus {
    border-color: #4d6fd7;
    outline: none;
}