/************************* 

www.studiarepianoforte.it 

"common" stylesheet 

(c) 2009 Roberto Gatti 

**************************/


body
{ 
	background: white ; 
	color: black;
	font-family: "times new roman", serif ;
	font-size: 12pt ;
	font-weight: normal ; 
	border: 0px solid black ;
	margin: 10px ;
	margin-top: 10px ;
	margin-bottom: 10px ;
	margin-left: auto;
	margin-right: auto ;
	padding: 0px ;
	border-collapse: collapse ;
}

a
{
	text-decoration : none ;
	font-weight: bold ;
	color: black ;
	background: #EAEAEA ;
	padding:2px;
}

a:link { }
a:visited {  }
a:active {  }
a:focus {  }
a:hover { color: white ;
		  background: black ; }


h1, h2, h3, h4, h5, h6
{
 	text-align: center ;
	font-family: "times new roman", serif ;
	font-weight: bold ; 
	margin: 0px ;
	padding-top: 8px ;
	padding-bottom: 2px ;
}

h1
{
	font-size: 28pt ;
}

h2
{
	font-size: 20pt ;
}

h3
{
	font-size: 16pt ;
}

h4
{
	font-size: 14pt ;
}

h6
{
	font-size: 36pt ;
}


hr
{
	text-align: center ;
	margin-left: auto;
	margin-right: auto ;
	width: 98% ;
    height: 1px ;
}



ul, ol
{ 
	margin: 10px ;
	padding: 0px ;
	padding-left : 25px ;
	padding-right: 5px ;

}

ul li, ol li
{ 
	list-style-type: disc ;
	font-size: 12pt ;
	font-weight: bold ;
	font-family: sans-serif ;
	margin: 0px ;
	margin-top: 14px ;
	margin-bottom: 3px ;
	padding: 0px ;
	line-height: 120% ;
}

ul li p, ol li p
{
	font-size: 12pt ;
	font-weight: normal ;
	font-family: serif ;
	margin: 0px ;
	padding: 0px ;
	line-height: 115% ;
	text-align: justify ;
}

ul ul, ol ol
{ 
	margin: 0px ;
	padding: 0px ;
}

ul ul li, ol ol li
{ 
	list-style-type: normal ;
	list-style-position: outside ;
	font-size: 10pt ;
	font-weight: normal ;
	font-family: sans-serif ;
	margin: 0px ;
	margin-top: 8px ;
	margin-bottom: 2px ;
	padding-left: 0px ;
	margin-left: 18px ;
	line-height: 120% ;
}

ul ul li p, ol ol li p
{ 
	font-size: 10pt ;
	font-weight: normal ;
	font-family: serif ;
	margin-left: 0px ;
	line-height: 100% ;
}