/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
	margin: 0px;
	background-color: #8a1d1d;
}
A:link
{
	color: #000000;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover
{
	color: #990000;
	text-decoration: none;
}
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG
{
	margin: 0px;
}
.menu
{
	height: 98%;
	background-color: #8a1d1d;
}
.corpopagina
{
    left: 250px;
    position: absolute;
    top: 0px;
    background-color: #ffffe3;
    text-align: center;
}
.corpopaginahome
{
	left: 250px;
	width: 746px;
	position: absolute;
	top: 0px;
	height: 100%;
	background-color: #f0e1c3;
}
.testogrande
{
    font-size: 11pt;
    width: 600px;
    color: #8a1d1d;
    font-family: Verdana, Tahoma, 'Times New Roman';
    text-align: justify;
    font-weight: bold;
}
.testo
{
	font-size: 9pt;
	width: 600px;
	color: #000000;
	font-family: Verdana, Tahoma, 'Times New Roman';
	text-align: justify;
}
.testocentrato
{
	font-size: 9pt;
	width: 700px;
	color: #000000;
	font-family: Verdana, Tahoma, 'Times New Roman';
	text-align: center;
}
.testosanscrito
{
	font-size: 8pt;
	width: 700px;
	color: #000000;
	font-family: Verdana, Tahoma, 'Times New Roman';
	text-align: center;
}
.testolingua
{
    font-size: 7pt;
    color: #000000;
    font-family: Verdana, Tahoma, 'Times New Roman';
    text-align: left;
    font-style: italic;
}
.testocalendario
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Tahoma, 'Times New Roman';
	text-align: left;
}
.titolo
{
	font-size: 9pt;
	color: #8a1d1d;
	font-family: Verdana, Tahoma, 'Times New Roman';
	text-align: justify;
}
.titolocentrato
{
    font-size: 9pt;
    color: #8a1d1d;
    font-family: Verdana, Tahoma, 'Times New Roman';
    text-align: center;
    font-weight: bold;
}
.titologrande
{
    font-size: 10pt;
    color: #000099;
    font-family: Verdana, Tahoma, 'Times New Roman';
    text-align: center;
}
.inserto
{
	float: left;
	margin: 0px 10px 0px 0px;
}
.fotoDX
{
	float: right;
	margin: 0px 0px 0px 10px;
}
.fotoSX
{
	float: left;
	margin: 0px 10px 0px 0px;
}
.elenconumerato
{
	list-style-position: outside;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Tahoma, 'Times New Roman';
	list-style-type: decimal;
	text-align: justify;
}
.elencopallino
{
	list-style-position: outside;
	font-size: 9pt;
	list-style-image: url(immagini/pallino.jpg);
	color: #000000;
	font-family: Verdana, Tahoma, 'Times New Roman';
	text-align: justify;
}

