body 
{
 font-size: 10px;
 background-color: #C1F1FF;
 background-image: url(images/background.PNG);
 background-repeat: repeat-xy;
 background-position: center 50%;
 margin: 0px;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
}

a:hover 
{
 color: #ff9900;
 text-decoration: none;
}

p.centrale 
{
 font-size: 36px;
 font-family: Verdana;
 font-weight: bold;
 color: White;
 text-align: center;
}

p.destra 
{
 font-size: 16px;
 font-family: Verdana;
 font-weight: bold;
 color: White;
 text-align: right;
}

p.normale 
{
 font-size: 14px;
 font-family: Verdana;
 font-weight: bold;
 color: White;
 text-align: left;
}