/* CSS Document */
/* testo indirizzo */
h1 {
font-family: "Century Gothic", Arial, Tahoma, sans-serif;
font-style : normal;
font-weight : 400;
font-size : 12px;
text-align : center;
letter-spacing : 0px;
word-spacing : 0.1em;
color : rgb(255,255,255);
}
/* testo */
h2 {
font-family : "Century Gothic", Arial, Tahoma, sans-serif;
font-style : normal;
font-weight : 400;
font-size : 12px;
text-align : justify;
line-height : 150%;
letter-spacing : 0px;
word-spacing : 0em;
color : rgb(0,0,0);
}
/* testo */
P {
font-family : "Century Gothic", Arial, Tahoma, sans-serif;
font-style : normal;
font-weight : 400;
font-size : 12px;
text-align : center;
line-height : 150%;
letter-spacing : 0px;
word-spacing : 0em;
color : rgb(0,0,0);
}
/* mail */
h3 {
font-family : "Century Gothic", Arial, Tahoma, sans-serif;
font-style : bold;
font-size : 12px;
text-align : left;
line-height : 150%;
letter-spacing : 0px;
word-spacing : 0em;
color : rgb(0,0,0);
}
/* testomail */
h5 {
font-family : "Century Gothic", Arial, Tahoma, sans-serif;
font-style : normal;
font-weight : 400;
font-size : 12px;
text-align : justify;
line-height : 150%;
letter-spacing : 0px;
word-spacing : 0em;
color : rgb(0,0,0);
}
/* galleria foto */
h6 {
font-family : "Century Gothic", Arial, Tahoma, sans-serif;
font-weight : normal;
text-align : left;
font-size : 12px;
line-height : 150%;
letter-spacing : 0px;
word-spacing : 0em;
color : rgb(0,0,0);
}

a {
color : rgb(155, 170, 0);
text-decoration : none;
text-align : left;
}
a:link {
font-style : normal;
}
a:visited {
font-style : normal;
}
a:hover {
font-style : bold;
}
a:active {
font-style : normal;
}
* {
margin : 0;
}



