/* 
default.css: qui ci vanno le regole per i contenuti in generale; 
per sezioni specifiche (ad es. menu) creare un css separato 
ed importarlo (ad es. menu.css) 

Data   Autore Modifiche
060529   RC   prima versione
*/

@import "struttura.css";
@import "menu.css";
@import "elementi.css";

html {
	font: 80% verdana,arial,helvetica,sans-serif;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #FFFFFF;
}

FONT {
font-size: 90%;
}

hr {
	display:none 
}

/*
h1 {
	font:700 3em times,georgia,palatino,serif;
}

h2 {
	font:700 2em times,georgia,palatino,serif;
margin-top: 0em;
}

h3 {
	font:700 1.5em times,georgia,palatino,serif;
}

h4 {
	font-size:1em;
}

h5 {
	font-size:0.8em;
}

h6 {
	font-size:0.6em;
	font-weight:bold;margin:2px 0;
	padding:.3em 1em;
}

