/* generale */
body { background-color: #FFFFFF; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* testo */
.text { font-size: 13px; }
.testo { color:#FFFFFF }
.text2 { font-size: 10px; }

/* voci dei campi form */
.campi { font-weight: bold; font-size: 10px; }

/* link menu */
a.menu:link, a.menu:visited { text-decoration: none; color: #0000ff; font-weight: bold; font-size: 10px; }
a.menu:hover { text-decoration: underline; color: #ff0000; font-weight: bold; font-size: 10px; }

/* link */
a:link, a:visited { text-decoration: none; color: #0000ff; font-size: 13px }
a:hover { text-decoration: underline; color: #ff0000; font-size: 13px }
