ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none; }

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}

del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0;}



/* fine azzeramento e resettaggio delle impostazioni per rendere pił compatibili i siti nei vari browser */


/* fine reset diversitą browser */

/* inizio css del sito */

/* inizio miei css frequentemente comuni a tutti i siti --- giorgia de filippis*/

body {
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#636363;
	background-image:url(../images/sfondo.jpg);
	background-repeat: repeat-x;
	text-align:justify;
	background-color:#d6d6d6;}

a:link {color:#636363; text-decoration:underline;}
a:visited {color:#636363; text-decoration:underline;}
a:active {color:#636363; text-decoration:underline;}
a:hover {color:#900; text-decoration:underline;}


.menu {
	font-size:12px;
	line-height:24px;
	color:#fff;
}
.menu a:link {
	font-size:12px;
	line-height:24px;
	text-decoration:none;
	color:#fff;
}
.menu a:active {
	font-size:12px;
	line-height:24px;
	text-decoration:none;
	color:#fff;
}
.menu a:visited {
	font-size:12px;
	line-height:24px;
	text-decoration:none;
	color:#fff;
}
.menu a:hover {
	font-size:12px;
	line-height:24px;
	text-decoration: underline;
	color:#fff;
}
.menuhover {font-size:12px; line-height:24px; text-decoration: underline; color:#fff;}

.footer {font-size:12px; color:#830613;}
.footer a:link {font-size:12px; color:#830613; text-decoration:none;}
.footer a:active {font-size:12px; color:#830613; text-decoration:none;}
.footer a:visited {font-size:12px; color:#830613; text-decoration:none;}
.footer a:hover {font-size:12px; color:#830613; text-decoration:none;}


.puntini {
	background-image:url(../images/puntini.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.linea {background-image:url(images/linea.jpg); background-repeat:repeat-x;}

.titolo {color:#900; font-size:14px;} 
.titolo a:link {color:#900; font-size:14px; text-decoration:none;}
.titolo a:active {color:#900; font-size:14px; text-decoration:none;}
.titolo a:visited {color:#900; font-size:14px; text-decoration:none;}
.titolo a:hover {color:#900; font-size:14px; text-decoration:underline;}


/* fine --- giorgia de filippis*/
