/*@charset "iso-8859-1"*/
/*@font-face {
        font-family: Santiago;
        src: url("http://www.mioserver.it/fonts/santiago.tt");
}*/

BODY{
        background-image : url("../resources/sfondo.gif");
        background-repeat: repeat-y; /*repeat, repeat-x, repeat-y, no-repeat*/
        /*background-attachment: fixed; /*scroll, fixed*/*/
        /*background-position: 50px 50px; /*top, left, bottom, right, percentuale, center*/ */
        background-color: #000000; /*transparent*/
        margin-top    : 0px;
        margin-bottom : 0px;
        margin-left   : 10px;
        margin-right  : 0px;
        color : #cccccc;
        font-family : "Times New Roman",Arial,Verdana,Helvetica;
        font-size : 15px;
        /*font-weight: <valore>; normal, bold, bolder, lighter, numero:100 - 200 - 300 - 400 - 500 - 600 - 700 - 800 - 900 */
        /*font-style: italic; opp. normal, italic, oblique*/
        text-align: left; /*left, right, center, justify*/
}

P{
        text-align: center; /*left, right, center, justify*/
}

DIV{
        text-align: justify; /*left, right, center, justify*/
}


A:LINK{
        text-decoration : none;
        font-weight : bold;
        color : #cccccc;
}
A:VISITED{
        text-decoration : none;
        font-weight : bolder;
        color : #cccccc;
}
A:HOVER{
        Color : gray;
}
/*
.tag{
    font-family : Verdana,Arial,Helvetica;
        color : #006600;
        font-size : 8pt;
    text-align : center;
        }
.att{
    font-family : Verdana,Arial,Helvetica;
        color : #000066;
        font-style : italic;
        font-size : 8pt;
        text-align : left;
        }
*/
