body,html{
background-color:brown;
font-family:arial;
font-size:14px;
color:white;
margin:0px;
overflow: hidden;
}
#tipo{
position: absolute;
left: 10px;
top:100px;
font-size:30px;
color:green;
}
#copritutto {
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
background-color: #ffffff;
display:none;
z-index:10000;
}
#divcopri {
width: 100%;
height: 50px;
background-color: #ffffff;
text-align:center;
padding:10px;
font-size:20px;
color:black;
}
.sep{
clear:both;
}
.blu{
color:blue;
font-size:16px;
}
.rosso{
color:red;
font-size:16px;
}
.segmentonero{
position:absolute;
left:0px;
top:90px;
width:97%;
height:30px;
font-size:14px;
padding:5px;
color:green;
font-weight:bold;
}
.segmentorosso{
position:absolute;
left:0px;
top:400px;
width:100%;
background-color: #eeeeee;
border-top:1px solid black;
border-bottom:1px solid black;
text-align:center;
padding-top:10px;
padding-bottom:10px;
font-size:18px;
color:black;
}
.quadretto{
position:absolute;
height:30px;
display: flex;
justify-content: center;
align-items: center;
color:black;
font-weight:bold;
}
h1{
text-align:center;
font-size:18px;
}
#frazione1{	
position:absolute;
top:100px;
width:80px;
}
.divider {
height: 1px;
width: 100%;
overflow: hidden;
background-color: #000000;
}
.regNclass{
width: 100%;
font-size:40px;
color:red;
text-align:center;
}
.regN2class{
width: 100%;
font-size:40px;
color:black;
text-align:center;
}
.regN3class{
width: 100%;
font-size:30px;
color:blue;
text-align:center;
}
#frazione2{	
position:absolute;
top:340px;
width:80px;
}
.divider {
height: 1px;
width: 100%;
overflow: hidden;
background-color: #000000;
}
.manina{
cursor:pointer;
}
.manina:hover{
background-color:#eee;
}
.manina2{
cursor:pointer;
border-top:1px solid black;
}
.manina2:hover{
background-color:#eee;
}
.gomma{
width:30px;
height:30px;
cursor:pointer;
}
#supercontenitore{
position: absolute;
background-color:#fff;
width: 100%;
height:650px;
overflow: hidden;
}
#barrasx{
position: absolute;
top:0px;
width:100%;
background-color:lightyellow;
color:black;
border-bottom:1px solid red;
z-index:11;
}
#barradx{
position: absolute;
right: 0;
bottom:0;
width:100%;
height:80px;
color:black;
background-color:lightyellow;
border-top:1px solid red;
z-index:10;
}
#contenitore{
position: absolute;
left:0px;
top:0px;
width: 100%;
height:500px;
overflow: hidden;
}
#dentrocontenitore{
position: absolute;
left:0px;
top:0px;
width: 100%;
height:500px;
}
.pulsanti{
width:100%;
text-align:center;
}
.but{
width:50%;
font-size:16px;
height: 50px;
}
.gras{
font-weight:bold;
}
.centro{
text-align:center;
}
a {
color: green;
text-decoration: none;  
}
 a:hover{
     text-decoration: underline;
}