/* CSS 
*/

BODY {
        background: white;
        color: black;
        font-family: Arial, helvetica, sans-serif;
        margin-right: 5%;
        margin-left: 5%; 
        font-size: 12px;
}

SPAN, DIV, FORM, UL, SELECT, HR, INPUT {
        font-family: Arial, helvetica, sans-serif;
        font-size: 12px;
}

DL, DD {
        font-family: Arial, helvetica, sans-serif;
        font-size: 12px;
}

DT {
        font-family: Arial, helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

P {
        font-family: Arial, helvetica, sans-serif;
/*        margin-right: 5%;
        margin-left: 5%;  */
        font-size: 12px;
}

H1 {
        color: green;
        text-align: center;
}

H2 {
/*        color: lime; */
/*        text-align: right; */
       text-align: left; 
        font-style: italic;
/*        margin-left: 15%; */
        margin-right: 10%;
}

UL {
 margin-top: 0px;
}

TABLE, TD, TR, TH {
font-family: Arial, helvetica, sans-serif;
        font-size: 12px;
}

A {font-weight: bold; font-family: Arial, helvetica, sans-serif; text-decoration: none; }

A:link { color: black;}
A:visited { color: black;}
A:active { color: green; }
A:hover { color: green; }
/* A:visited { color: #d10c2a;} */


ADDRESS {
        font-style: italic;
        font-family: Arial, helvetica, sans-serif;
}

.giustpiena{
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
	margin-right: 0px;
}

@media print {
.testa {
        background: white;
        color: black;
}
BODY {
        background: white;
        color: black;
        font-family: Arial, helvetica, sans-serif;
}
TABLE, TD, TR, TH {
	font-family: Arial, helvetica, sans-serif;
}
}

@media screen {
.testa {
        background: green;
        color: white;
}
}

/* the end */

