
body { color: black; font-size: 10px; font-family: Verdana }
p { color: black; font-size: 10px; font-family: Verdana }
td { color: black; font-size: 10px; font-family: Verdana }
a:link    { color: #555; text-decoration: none }
a:visited   { color: #555; text-decoration: none }
a:active   { color: #555; text-decoration: none }
a:hover  { color: #f90; text-decoration: underline }
a.bianco-link  { color: #fff; font-weight: normal; text-decoration: none }
a.bianco-link:visited  { color: #fff; font-weight: normal; text-decoration: none }
a.bianco-link:active  { color: #fff; font-weight: normal; text-decoration: none }
a.bianco-link:hover  { color: #f90; font-weight: normal; text-decoration: underline }
.testo_bianco  { color: #fff; font-weight: bold }
.testo_arancio  { color: #f90; font-weight: bold }
.sottolinea { text-decoration: underline }
.blu { color: #034aa6 }
.verdone { color: #7c9578 }
.fondino_arancio { background-color: #ffcd78 }
.fondino_blu { background-color: #c4dcff }
input   { font-size: 10px; border: solid 1px #666; height: 16px }
input:checkbox  { color: aqua; font-size: 10px; background-color: fuchsia; border: solid 1px #666; height: 16px }
select { font-size: 10px; border: solid 1px #666; height: 16px }
textarea   { font-size: 12px; border: solid 1px #666 }
.button   { color: #f90; font-weight: bold; font-size: 10px; background-color: #069; border-style: ridge inset inset ridge; border-width: 1px; border-color: #ccc #666 #666 #ccc; height: 16px; cursor: hand  }
