body {
    background-color: #eeeeee;
    color: #000000;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 100%;
    font-style : normal;
}

.Testo  { 
/* da fare la classe testo */

}

.Minus {
	font-size: xx-small;
}

img {
	border: none;	
}


.logo {
    float : right;
    vertical-align: top;
    margin: 5px;
}

.contenuto {
    background: #ffffff;
    color: #333333;
    padding-left: 10px;
    padding-right: 5px;
    border-left: solid;
    border-left-color: #333333;
    border-left-width : 10px;
    border-top: solid;
    border-top-color: #333333;
    border-top-width: 2px;
    border-right: solid;
    border-right-color: #333333;
    border-right-width: 1px;
}

.separatore {
    color: #dddddd;
    background: #ffffff;
    outline-style : dotted;
    width : 70%;
    text-align: center;
}

h1,h2,h3 {
    font-weight : lighter;
    font-family : "Times New Roman", Times, serif;
    text-align: left;
}

h4,h5,h6 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
}

h2 a  {
    background: #ffffff;
    color: #333333;
    text-decoration: none
}

a:hover {
	background: #eeeeee;
    color: #000000;
    text-decoration: underline;
}

a:vlink {
	background: #ffffff;
    color: #990066;
    text-decoration: underline;
}

a:active {
	background: #ffffff;
    color: #FF0000;
    text-decoration: underline;
}

.footer  {
    background: #333333;
    padding: 4px;
    color: #ffffff;
}

 .footer a {
    background: #333333;
    color: #CCFFFF;
} 

.footer a:hover { 
    background: #000000;
    color: #ffffff;
    text-decoration: underline;
}  



.footer a:active { 
    background: #000000;
    color: #CCFFCC;
}  
 /*.footer a:vlink {  aggiunta 
    background: #333333;
    color: #ffff99;
    text-decoration: none;
}  */

.MenuPrincipale a {
    font-weight: bold;	
}

.intro {
	padding: 5px;
}

.NV {
	background: #ffffff;
    color: #ffffff;
}

.T {
	background: #ffffff;
    color: #aaaaaa;
    font-size: x-small;
}

.Code { 
    background-color: #efefef; 
    color: #000000;  
	border-color:#999999;  
	border-width:1px 1px;  
	border-style: dotted;  
	padding: 1em; 
	font-size: 100%; 
	font-family: "Courier New", Courier, monospace; 
	margin-top: 0.8ex;  
	margin-right: 1em;  
	margin-bottom: 1em;  
	margin-left: 1em; 
}

.r { 
    text-align: right; 
}

.c {
	text-align: center;
}

#percorso a {
    font-weight: bold;	
}


.Hide {
    visibility : hidden;
}

hr { 
    color: #cdcdcd; 
    width: 65%; 
    height: 1px; 
}

/* aggiunta valutazioni */

.Definizione {
    background-color: #FFFFCC;
    color: #006600;
    border: solid; 
    border-color: #92B7B7;
    border-width: 1px;
    padding: 3px;
    font-size: 100%; 
    font-weight: bolder;
} 
.HotSpot {
    background-color: #FFFFCC;
    color: #333366;
    border: solid;
    border-color: #663300;
    border-width: 1px;
    padding: 3px;
    font-size: 100%;
    font-weight: bolder;
} 

blockquote {
    font-family : Arial, Helvetica, sans-serif;
}

ul li  {
    list-style : url(img/f.gif);
}


