﻿body 
{color:black; 
 background-color:white;
 font-family:'Century Gothic',Arial,sans-serif;
 font-size:medium
}

A:link
{color: #0066ff;
 text-decoration: underline;
}

A:visited
{color: #9933aa;
 text-decoration: none;
}

A:hover
{color: #0055dd;
 text-decoration: underline;
}

A:active
{color: #0055dd;
 text-decoration: underline;
}

H1, H2, H3, H4
{font-style: italic;
 font-weight: bold;}

H4
{font-size: medium;}

H3
{font-size: large;}

H2
{font-size: x-large;}

H1
{font-size: xx-large;
 font-weight:bold;
 text-align: center;}

dt
{font-weight:bold;
 margin-top:1em}

table
{margin: auto;}

.centrato 
{clear: both;
 width: 99%;
 text-align: center;
}

.pubblicita 
{clear: both;

 text-align: center;
}

.immagine 
{float: none;
 width: 99%;
 text-align: center;
 border-width: 0;
 border-style: solid;
 }

.piccolo 
{font-size:small;}

.altra_lingua 
{font-size:small;
 text-align: right;
}

.left-element 
{float: left;
 width: 49%;
}

.right-element
{float: right;
 width: 49%;
 text-align: right;
}

.intestazione-icona
{float:left;
 width:100px;
 height:100px;}

.intestazione-titolo
{
 margin-left:105px;
 text-align:center;}


.copyright
{font-weight:lighter;
 font-size:small;
 font-family: 'Courier new', 'Courier 10 Pitch', monospace ;
}

.code
{font-size:small;
 font-family: 'Courier new', 'Courier 10 Pitch', monospace;
}

.no_a_capo
{white-space:nowrap;
 border-width:1px;
}

.elenco_lettere
{list-style-type:upper-alpha;}

.senza_bordo
{border-width: 0;
 border-style: solid;
}

.al_centro
{text-align: center;}

.a_destra
{text-align: right;}

img {border:none}

.invisibile
{position: absolute; 
 left: -100em; 
 width: 20em;
}