/**** STILI GENERALI *****/


html {
background-color: #FFFFFF; color: #6A6A6A;
}
html, body, table, tr, th, td, select, input, a {
font: 11px Verdana, Arial, Helvetica, sans-serif; color: #6A6A6A
}
a            { text-decoration: underline; }
a:hover      { text-decoration: underline; color: #6E0303; }
.titoli      { color: #6E0303;
font: bold 14pt Georgia, Times New Roman, Times, serif;
}
             
.info        { color: #6A6A6A; font-size: 10px; font-weight: bold }
a.info       { color: #6A6A6A; text-decoration: underline; font-size: 10px; font-weight: bold }
a:hover.info { color: #6E0303; text-decoration: underline; font-size: 
               10px; font-weight: bold }
/**** MENU *****/
.menu        { color: #6E0303; font-size: 11px; font-weight: bold }
a.menu       { color: #6E0303; text-decoration: underline; font-size: 11px; font-weight: bold }
a:hover.menu { color: #242424; text-decoration: underline; font-size: 
               11px; font-weight: bold }
/**** FOOTER ****/

.footer      { color: #6A6A6A; text-decoration: none; font-size: 10px; }
a.footer     { color: #6A6A6A; text-decoration: underline; font-size: 10px }
a:hover.footer { color: #242424; text-decoration: underline; font-size: 
               10px }
/* GOOGLE MAPS */

#map {
	width: 100%;
	height: 400px;
}
