body
{
margin: 0px 0px 0px 0px;
padding: 0px;
}

body.sinistra { 
background-color: #0099CC; 
}

body.testata {
background-color: #0033CC;
}

body.centro {
background-color: #D5FFFF;
}

td {
font-size: 10pt;
font-family: Arial;
color:black
}

ul {
font-size: 10pt;
font-family: Arial;
list-style-image: url("alinea.png");
}

ul.num {
font-size: 10pt;
font-family: Arial;
list-style-image: url("alinea2.png");
}

a.menu:link { 
font-size: 10pt;
font-family: Arial;
text-decoration: none;
font-weight: bold;
color: white;
}

a.menu:visited { 
font-size: 10pt;
font-family: Arial;
text-decoration: none;
font-weight: bold;
color: white;
}

a.menu:hover {
font-size: 10pt;
font-family: Arial;
text-decoration: underline;
font-weight: bold;
color: white;
}


a.norma:link {
text-decoration: none;
color: #000000;
font-weight: bold;
}

a.norma:visited {
text-decoration: none;
color: #0087AF;
font-weight: bold
}

a.norma:hover {
background-color: black;
color: white
}

td.title {
font-size: 10pt;
font-family: Arial;
font-weight: bold;
color: #DBDD16;
background-color:#0033CC
}

p {
font-size: 10pt;
font-family: Arial;
margin: 5px 0 0.6em 0;
}

p.ingresso {
font-size: 12pt;
font-family: Arial;
text-align: center;
}

p.art
{
font-weight: bold;
font-style: italic;
}

p.classi
{
font-weight: bold;
}

p.commento
{
font-style: italic;
}

p.titoletto
{
font-weight: bold;
text-align: center;
}

p.indent
{
font-size: 10pt;
font-family: Arial;
padding: 30px;
}

p.titmax
{
font-size: 10pt;
font-family: Arial;
font-weight: bold;
font-style: italic;
padding: 0px 0px 0px 30px;
}

p.txtmax
{
font-size: 10pt;
font-family: Arial;
text-align: justify;
padding: 0px 30px 0px 30px;
}

p.txtmenu
{
font-size: 11pt;
font-family: Arial;
text-align: right;
font-weight: bold;
background-color:#ffff00;
}

h4
{
font-size: 11pt;
font-family: Arial;
text-align: center;
}

p.img
{
text-align: center;
}

#imm
{
position: absolute;
top: 500px;
left:50px;
}

#anni {
padding: 10px;
margin-left: 300px;
background: #0099CC;
border: 1px solid #0033CC;
width: 20%;
}

#centro {
font-size: 10pt;
font-family: Arial;
text-align: center;
padding: 20px;
}

#sommario 
{
padding: 10px 2% 10px 2%;
margin: 0px 5% 2px 0px;
border: 1px solid #000;
font-family: Arial;
font-size: 10pt;
background-color: #33CCFF;
}

#scarica
{
position: absolute;
top: 3px;
right:5%;
padding: 5px 1% 5px 1%;
margin: 2px 1% 2px 1%;
background-color: #FFFF80;
width: 15%;

}

#menusentenza
{
padding: 10px 2% 10px 2%;
margin: 0px 5% 2px 0px;
background-color: #99ffff;
border: 1px solid #000;
font-family: Arial;
font-size: 10pt;
}

#testosentenza
{
padding: 10px 2% 10px 2%;
margin: 0px 5% 2px 0px;
background-color: #fff;
border: 1px solid #000;
font-family: Arial;
font-size: 10pt;
text-align: justify;
}

#i_num
{
position: absolute;
padding: 10px 2% 10px 2%;
margin: 2px 1% 20px 2%;
background-color: #99ffff;
border: 1px solid #000;
font-size: 10pt;
font-family: Arial;
font-weight: bold;
text-align: center;
width: 20%;
}

#menu
{
position: absolute;
top: 100px;
left:5px;
padding: 5px 1% 5px 1%;
background-color: #0033CC;
width: 90%;
border-style: inset;
}

#nav {
  background: #D5FFFF; 
	padding: 40px 10px 1px; margin: 0;
  list-style: none; 
  border-bottom: 1px solid red;
}
	
#nav li {
display: inline;
}

#nav li a:link {
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 0px 2px 0px ; 
	background: #0033CC;
  border: 1px solid red; 
	border-bottom-color: red; 
  -moz-border-radius: 7px 7px 0px 0px;
}

#nav li a:visited {
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 0px 2px 0px ; 
	background: #0033CC;
  border: 1px solid red; 
	border-bottom-color: red; 
  -moz-border-radius: 7px 7px 0px 0px;
}

#nav li a:hover {
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: red;
	padding: 0px 2px 0px; 
	background: white;
  border: 1px solid red; 
	border-bottom-color: #FFF; 
  -moz-border-radius: 7px 7px 0px 0px;
}