body
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
font-family: sans-serif; 
font-size: 14px;
}

h1
{
background-color: rgb(50,20,55);
color: rgb(255,255,255);
font-size: large;
font-weight: 900;
width: 800px;
margin-top: 0px;
margin-bottom: 5px;
padding-left: 10px;
}

h2
{
background-color: rgb(50,20,55);
color: rgb(255,255,255);
width: 800px;
margin-top: 0px;
margin-bottom: 5px;
padding-left: 10px;
}

div.item
{
background-color: rgb(60,30,65);
color: rgb(255,255,255);
font-weight: bolder;
margin-top: 6ex;
padding-left: 10px;
width: 200px;
position:absolute;
}

div.vuota
{
background-color: rgb(255,255,255);
color: rgb(111,111,111);
font-weight: bolder;
margin-top: 6ex;
padding-left: 10px;
width: 200px;
position:absolute;
}

div.esame
{
background-color: rgb(125,10,20);
color: rgb(255,255,255);
font-weight: bolder;
margin-top: 6ex;
padding-left: 10px;
width: 200px;
position:absolute;
}

div.right
{
margin-top: 6ex;
padding-left: 220px;
margin-bottom:0ex;
width: 600px;
}

div.rightesame
{
background-color: rgb(225,210,220);
color: rgb(95,5,10);
margin-top: 6ex;
padding-left: 220px;
margin-bottom:0ex;
width: 600px;
}

div.footer
{
background-color: rgb(50,20,55);
color: rgb(255,255,255);
width: 800px;
margin-top:25ex;
margin-bottom:5ex;
font-size:14px;
}

ul 
{
margin: 0px;
list-style: square;
list-style-position: outside
}

