td { font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: rgb(0, 0, 0);
    }

.alto {
	height: 10%;
   background-color: rgb(255, 255, 102);
    }

.basso { font-size: 10px;
    color: rgb(255, 255, 255);
    background-color: #6666FF;
    height: 10%;
    }

.centro {
	padding: 0px 10px;
   height: 80%;
   width: 70%;
   background-color: white;
    }

.centrolavori {
	padding: 0px 10px;
   height: 80%;
   width: 70%;
   background: white url(immagini/sfondo.jpg) no-repeat center;
    }

.giallo { font-size: 10px;
    color: rgb(255, 204, 0);
    }

.rosso { font-weight: bold;
    font-size: 12px;
    color: rgb(255, 0, 0);
    }

body { margin: 0px;
    padding: 0px;
    background-color: black;
    }

a:link { color: rgb(0, 0, 0);
    text-decoration: underline;
    }

a.index:link { color: rgb(255, 204, 0);
    text-decoration: underline;
    }

a:visited { color: rgb(102, 102, 102);}

a.index:visited { color: rgb(255, 204, 0);}

a:hover { background-color: black;
    color: rgb(255, 204, 0);
    }
    
a.verde:hover { background-color: #00a300;
    color: rgb(255, 255, 255);
    }

.tabella { 
	border: 0px;
   padding: 3px;
   width: 100%;
   height: 100%;
    }

.tabellarossa { border: 1px solid rgb(255, 0, 0);
    height: 100%;
    width: 100%;
    }

.tabellacentro { width: 100%;
    height: 100%;
    }

.provapadding { padding: 3px;}

.alt10 { height: 10%;}

.piccolo { font-size: 10px;}
    
.grande { font-size: 18px;}
    
.medio { font-size: 15px;}

.tabellaricerca { border: 1px solid rgb(255, 0, 0);}

ul { list-style-type: square;
    list-style-position: inside;
    }

.verde {color: #00a300;font-size:14px;}

.sfondo {background-image: url(immagini/sfondo.jpg) no-repeat center;}
