/* -- stile immagini -- */

BODY { margin: 0; background-color: #2C6883; background-image: url(); 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; color: #ffc;
text-align: center; /*centra in IE 5.x */
}

A:link      { text-decoration: underline; color: #ffc; text-decoration: none; }
A:visited  { text-decoration: underline; color: #7C84BC; text-decoration: none;}
A:hover   { text-decoration: underline; color: #2C6883; background: #fff; text-decoration: none;}
A:active   { text-decoration: underline; color: red; background: #fff; text-decoration: none;}

H1 { color: #ffc; font-size: 2em; padding: 0; margin-top: 1em; }
		
/* famiglie generiche di caratteri */
DIV.serif      { font-family: serif; }
DIV.sans-serif { font-family: sans-serif; }
DIV.cursive    { font-family: cursive; }
DIV.fantasy    { font-family: fantasy; }
DIV.monospace  { font-family: monospace; }