BODY {
font-size : 1em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : white;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
background-image: url('images/sfondo.jpg');
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

TD.sfumatura_fascia_titolo {
background-image: url('images/sfumatura-fascia.jpg');
}

TD.sottolineatura_titolo {
background-image: url('images/sottolineatura.jpg');
}

p {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
}

p.sottosezione {
color: rgb(255,100,000);
font-size: 18px;
font-weight: bold;
}

span.pedice {
  font-size: .6em;
  position: relative;
  top: 3px;
}

ul {
font-size : .9em;
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #c8c8ff;
}

.bg_medium {
  background-color : #3399cc;
}

.bg_light {
  background-color : #99eeff;
}

.alt_bg_dark {
  background-color : #003399;
}

.alt_bg_medium {
  background-color : #3366cc;
}

.alt_bg_light {
  background-color : #6699ff;
}

.copyright {
    font-size: .8em;
    text-align: center;
}

a.menuitem {
    display: block;
    margin: 5px;
    margin-bottom: 12px;
    padding: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(200,200,255);
    text-align: center;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bold;
    background-color: rgb(100,100,200);
    color: rgb(245,245,255);
}

a.menuitem:hover {
    background-color: rgb(150,150,250);
    color: rgb(0,0,200);
}

a.selectedmenuitem {
    display: block;
    margin: 5px;
    margin-bottom: 12px;
    padding: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(200,200,255);
    text-align: center;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bold;
    background-color: rgb(0,0,200);
    color: rgb(245,245,255);
}

a.selectedmenuitem:hover {
    background-color: rgb(150,150,250);
    color: rgb(0,0,200);
}
