/* CSS Document */

.testocentro{
font-size: 1em;
color: #000;
}

.testocentro a:link {
color: #ff9900;
text-decoration: none;
font-weight: bold;
}
.testocentro a:visited {
text-decoration: none;
color: #ff9900;
font-weight: bold;
}
.testocentro a:hover {
text-decoration: none;
color: #ffcc00;
font-weight: bold;
}
.testocentro a:active {
text-decoration: none;
}

.testomenu {
font-size: 0.7em;
color: #000;
}
.testomenu a:link {
color: #fffe99;
text-decoration: none;
}
.testomenu a:visited {
text-decoration: none;
color: #fffe99;
}
.testomenu a:hover {
text-decoration: none;
color: #fdaf52;
}
.testomenu a:active {
text-decoration: none;
}

.titolo {
color:#FF6600;
font-weight: bold;
font-size:1.15em;
height:20px;
}

.indicatore {
position:relative;
font-weight: bold;
font-size:1.2em;
height:18px;
padding-left: 12px;
padding-top: 2px;
left:0px;
background: url(../Web/indicatore.gif) no-repeat top left;
}

