html,body {
background-image: url(../skin/giallo/sfondo.gif);
background-repeat: repeat;
background-attachment: fixed;
margin: 0;
padding: 0;
}
/* -------------Logo ------------- */
#logo {
background-image: url(../skin/giallo/logo.jpg);
width: 798px;
height: 113px;
}
/* ------------- barra  ------------- */
#barra {
background-image: url(../icone/barre/giallo.jpg);
background-repeat: no-repeat;
width: 800px;
height: 5px;
}
/* ------------- barra_corta ------------- */
#barra_corta {
background-image: url(../icone/barre_corte/giallo.jpg);
background-repeat: no-repeat;
width: 440px;
height: 5px;
}
/* ------------- blocco normale ------------- */
.normale {
font-size: 13px;
background: #ffffff;
color: #333300;
}
/* ------------- blocco in evidenza ------------- */
.evidenza {
font-size: 13px;
background: #cccc99;
color: #333300;
}
/* ------------- titolo piccolo ------------- */
.tit_pic {
font-size: 14px;
background: #cccc99;
color: #333300;
}
/* ------------- titolo medio ------------- */
.tit_med {
font-size: 19px;
font-weight: bold;
background: #cccc99;
color: #333300;
}
/* ------------- titolo grande ------------- */
.tit_gran {
font-size: 24px;
background: #cccc99;
color: #333300;
align: center;}
/* ------------- sottotitolo piccolo------------- */
.sot_tit_pic {
font-size: 13px;
background: #ffffcc;
color: #333300;
}
/* ------------- sottotitolo grande------------- */
.sot_tit_gran {
font-size: 16px;
background: #cccc99;
color: #333300;
}
/* ------------- links ------------- */
a:link {
color: #333300;
text-decoration: none;
}
a:visited {
color: #333300;
text-decoration: none;
}
a:active {
color: #333300;
text-decoration: none;
}
a:hover {
color: #ff0000;
font-weight: bold;
text-decoration: none;
}

a img { border: 0; }