.timesnewroman
{
   color: #000000;
   text-align: justify;
   font-family: "Times New Roman";
   font-weight: bold;
   font-size: small;
}

.arialblack
{
   color: #000000;
   text-align: justify;
   font-family: "Arial Black";
   font-size: small;
}

.titolo
{
   color: blue;
   text-align: center;
   font-family: "Times New Roman";
   font-weight: bold;
   font-size: large;
}

.nome_data
{
   color: blue;
   text-align: justify;
   font-family: "Times New Roman";
   font-weight: bold;
   font-size: large;
}

.testo_commento
{
   color: green;
   text-align: justify;
   font-family: "Times New Roman";
   font-weight: bold;
   font-size: small;
}

BODY
{
   background-color: #FFFFFF;
   margin: 0;
   overflow: hidden;
}

#corpo
{
   overflow: hidden;
}

#box-rubik
{
   background-color: #444444;
}

#box-guida
{
   overflow: auto;
}

#box-commenti
{
   overflow: auto;
}

#contatore_mosse
{
   background-color: #6495ED;
   text-align: center;
}