@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
}
.bgtestata {
background-image:url(immagini/bgtestatadx.gif);
background-position:right top;
background-repeat:no-repeat;
}
.bgmenu {
background-image:url(immagini/bgmenu.jpg);
background-position:top left;
background-repeat:repeat-x;
}
.bgpagina {
background-image:url(immagini/bgpagina.jpg);
background-position:right top;
background-repeat:no-repeat;
}
.menuorizzontale {
color: yellow;
font-size: 14px;
text-decoration:none;
font-weight: bold;
}
.menuorizzontale a:link, .menuorizzontale a:visited {
color: white;
font-weight: bold;
text-decoration:none;
}
.menuorizzontale a:hover, .menuorizzontale a:active {
color: yellow;
font-weight: bold;
text-decoration:none;
}
.menuverticale {
color: yellow;
font-size: 14px;
text-decoration:none;
font-weight: bold;
background-color:#b60b01;
}
.menuverticale a:link, .menuverticale a:visited {
color: #b60b01;
font-weight: bold;
text-decoration:none;
background-color:white;
}
.menuverticale a:hover, .menuverticale a:active {
color: yellow;
background-color:#b60b01;
font-weight: bold;
text-decoration:none;
}
.bordorosso {
border-bottom: 1px dotted #b60b01;
}
.bordorosso1 {
border: 1px dotted #b60b01;
}
.titolopiccolo {
font-weight: bold;
color: #b60b01;
}
.titolomedio {
font-size: 16px;
font-weight: bold;
color: #b60b01;
}
.titolopiccolo a {
font-weight: bold;
color: #b60b01;
}