body {
    margin: 0px;
    background-image: url('img/sfondo.jpg');
}

a:link    {text-decoration: none; color: #ffffff; font-weight: normal;}
a:visited {text-decoration: none; color: #ffffff; font-weight: normal;}
a:active  {text-decoration: none; color: #ffffff; font-weight: normal;}
a:hover   {text-decoration: none; color: #ffffff; font-weight: normal;}

a.link1:link    {text-decoration: none; color: #000000; font-weight: normal;}
a.link1:visited {text-decoration: none; color: #000000; font-weight: normal;}
a.link1:active  {text-decoration: none; color: #CC0000; font-weight: normal;}
a.link1:hover   {text-decoration: none; color: #CC0000; font-weight: normal;}

a.link2:link    {text-decoration: none; color: #139fe7; font-weight: normal;}
a.link2:visited {text-decoration: none; color: #139fe7; font-weight: normal;}
a.link2:active  {text-decoration: none; color: #FF0000; font-weight: normal;}
a.link2:hover   {text-decoration: none; color: #FF0000; font-weight: normal;}

.txtmenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
}

.txtnormal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

.txtsmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
}

.bottOff {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color : #000000;
    background-color: #C4E7F8;
    width: 90px;
    height:18px;
    margin: 0px;
    padding-top:5px;    
        }
        
.bottOn {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
    background-color: #10387A;
    width: 90px;
    height:18px;
    margin: 0px;
    padding-top:5px;    
        }
  