/* Typography */

/* STILE TESTO */
h1, h2, h3, h4, h5, h6 {
	margin: 0px; 
	color: #006699;}
h6, h5 {font-size: 0.8em; font-variant: small-caps;}
h4 {font-size: 1.1em;}
h3 {font-size: 1.2em}
h2 {font-size: 1.3em;}
h1 {font-size: 1.4em;}
a {
	color: #006699; 
	font-weight: bold; 
	text-decoration: underline;}
a:hover {
	text-decoration: none; }
a img, a:hover img {
	padding: 0px; 
	border: 0px; 
	font-weight: normal;
	text-decoration: none; }
ul {
	list-style: square;
	color: #000000;}
li {
	list-style: none;}
li:hover {
	list-style: square;}

ul.post-categories {margin:0px; padding: 0px;}
ul.post-categories li, ul.post-categories li:hover {list-style:none; margin:0px; padding: 0px; }

