/* default font style */
body, table, td, input, textarea {
    font-family:verdana;
    font-size:12px;
}
/* public */
td {font-size:12px; font-family:verdana; color:#666666; word-break:break-all; word-wrap:break-word;}

/* default link style */
a:link, a:visited, a:active {text-decoration:none;color:#585858;}
a:hover {text-decoration:underline;}
