/* Style Sheet Last updated 12/01/2005
/* -----------------------------------
/* Il tag (body) definisce lo sfondo, i margini, le barre di scorrimento, la font-family e la dimensione del font di base per tutto il documento */
body	{
	background-image: url("images/wh2blu_bg.gif");
	margin: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	scrollbar-face-color: #6495ED;
	scrollbar-highlight-color: #B0C0D0;
	scrollbar-shadow-color: #485060;
	scrollbar-3dlight-color: #485060;
	scrollbar-arrow-color: #FF0000;
	scrollbar-track-color: #F0FFFF;
	scrollbar-darkshadow-color: #4B0082;
	}

/* gli (headings) stabiliscono tutte le caratteristiche del testo eccetto il colore da scegliere tra le classi .colore e la centratura (destra, centro, sinistra) */
h1, h2, h3, h4, h5 {margin-top: 1em; margin-bottom: 1em}
h1 {font-size: x-large;	font-weight: bold;}
h2 {font-size: x-large; font-weight: bold; font-style: italic;}
h3 {font-size: large; font-weight: normal;}
h4 {font-size: large; font-weight: normal; font-style: italic;}
h5 {font-size: small; font-weight: bold; text-decoration: underline;}
h6 {font-size: x-small;	font-weight: bold; margin-top: 0em; margin-bottom: 0em}

/* A */
A {color: #3366AA; font-weight: 700; font-size: x-small; text-decoration:none;}
A:link {color: #000099; text-decoration:none;}
A:visited {color: #006600; text-decoration:none;}
A:active {color: #FF0000; text-decoration:none;}
A:hover {text-decoration: underline; font-style: italic; cursor: pointer;}

A:link IMG { border: 2px solid blue }
A:visited IMG { border: 2px solid green }
A:active IMG { border: 2px solid red }

/* Tabelle (TABLE) - Gruppi di righe (TBODY) - Righe (TR)=TableRow - Dati (TD)=TableData */
TABLE {font-size: x-small; font-weight: 500;}

/* Classi */
.red {color: #FF0000;}
.granata {color: #990000;}
.green {color: #009900;}
.dkgreen {color: #006600;}
.blue {color: #000080;}
.bluorange {color: #000080; background-color: #FFA07A;}
.bluewhite {color: #000080; background-color: #FFFFFF;}

.upper {text-transform: uppercase;}
.smallcaps {font-variant: small-caps;}
