/* Stili generali */

* { font-family: Verdana, Arial, Helvetica, sans-serif; }
body { color: #FFF; font-size: 18px; background-color:#333; }
td { font-size: 18px; vertical-align: top; }
h1, h2, h3 {font-size: 20px; text-align:center; }
h4 { font-size: 18px; text-align:center; font-weight:bold; }
a { color: #F0F; text-decoration:none; }
a:link { color: #F0F; text-decoration:none; }
a:hover { color: #FF0; text-decoration:none; background-color:#900; }
a:active { color: #FF0; text-decoration:none; background-color:#900; }
img { display: none; }

#login { display: none; }


