/***************************************************************
  
Stili utilizzati nel sito della Murri Factory
  
http://www.murrifactory.it
  
Autore: Katia Ferri
****************************************************************/


/***************************************************************
 
 TAG-HTML

****************************************************************/

body {
	background-color: white;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: left;
}





ul li {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: left;
	list-style-image: none;
	padding-bottom: 10px;
	padding-left: 4px;
}

a:link, a:visited {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: left;
	text-decoration: underline;
}



a.intest:link, a.intest:visited {   
   font-family: Verdana;   
   font-size: 16px;   
   font-weight: bold;   
   color: white;   
   text-align: left;     
   text-decoration: none;
   line-height: 24px;
}

a.intest:hover {   
   text-decoration: underline; 
   background-color: transparent;
}


/***************************************************************
  
CLASSI GENERICHE

****************************************************************/

.testo {
   margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}

.elenco {
   margin-left: 120px;
   width: 500;
	text-align: left;
}


.titolo1 {
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	margin-top: 18px;
	margin-bottom: 18px;
}

.titolo2 {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}

.titolo3 {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: Black;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}

.grassetto {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: Black;
	text-align: left;
}

.piccolo {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: center;
}
