﻿body 
{background-color:  #FFFFCC;
 font-family: Georgia, Times New Roman, serif;
 color: black;
 font-size: medium;
 font-style: normal;
 text-align:justify;
 margin:  0 0 0 0;
 height:100%;
 background-image:url('right.jpg');
 background-position: right;}

html { height:100%;margin:0 }

a
{border:0px black;}

a:link 
{color: #FF6600; 
 text-decoration: none;}

a:visited 
{color: #FF0000; 
 text-decoration: none;}

a:hover 
{color: #FF0000; 
 text-decoration: underline;}

h2
{font-weight: lighter;
 font-style: italic;
 text-align:center;}

h1
{font-weight: lighter;
 font-style: italic;
 text-align:center;}

h6 {font-weight: lighter;}

h5 {font-weight: lighter;}

.piccolino
{font-size: 64%;}

.piccolo
{font-size: 80%;}

#navigazione
{position:fixed;
 top:0; left:0;
 width:230px;
 background-image:url('left.jpg');
 padding:0px 2px 0px 10px;
}

#menu_navigazione a:link    {color: #FF6600; text-decoration: none; font-weight: bold;}
#menu_navigazione a:visited {color: #FF0000; text-decoration: none; font-weight: bold;} 
#menu_navigazione a:hover   {color: #FF0000; text-decoration: underline; font-weight: bold;}

#corpo
{margin:0 0px 0 245px;
 padding:0 40px 0 2px;
}
 
h1 {font-size:  xx-large;}
h2 {font-size:  x-large;}
h3 {font-size:  large;}
h4 {font-size:  medium;}
h5 {font-size: small;}
h6 {font-size: x-small}

.style_bold {font-weight: bold;}

.style_italic {font-style: italic;}

table
{margin: auto;
 border: 0px;}

th 
{padding:3px;
 border: 0px;
 text-align:left;
 font-style: normal;
 display: none;
 color: gray;
}
    
td 
{padding:3px;
 border: 0px;
 text-align:left;
 font-style: normal;
}
    
.centrato {text-align:center;}
.adestra {text-align: right;}
.giustificato {text-align: justify;}

img
{
 border: none;
 vertical-align:middle;
}

.nonvisua {overflow: hidden;} 

.piccoloDX {
	font-size: 80%;
	text-align: right;
}

.invisibile
{position: absolute; 
 left: -100em; 
 width: 20em;
}

#black
{background-color:black;
 border:5px black solid;
 width:170px}


