﻿/*
==============================================================================
			Cross browser initialization 
============================================================================== 
*/
body, dl, div, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border-width: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
/* 
==============================================================================
			Typography 
============================================================================== 
*/
/* 	contents pages  */

* {
	font-size: 13px;
	font-family: arial,sans-serif;	
}
h1, h2, .title {
	font-size: 18px;
	font-weight: bold;
}
#fonti, #fonti a  {
	font-weight: bold;
	font-size: 10px;
}
#copyright, #copyright a {
	font-size: 10px;
}
a {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a.m {
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
/* 	lists */
.star {
	font-family: "Courier New", Courier, monospace;
}
