/*
-----------------------------------------------
e-Media Campus / CSS per la Stampa
Autore:   Emiliano Milone
Versione:  Dicembre 2004
----------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	float: none;
}
a {
  	color: #000;
}
p, ul, ol {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 18pt;
}
h1, h2, h3 {
    font-family: "Trebuchet MS", sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	text-transform: uppercase;
	font-weight: bold;
}
h4, h5, h6 {
    font-family: "Trebuchet MS", sans-serif;
	font-size: 14pt;
	line-height: 18pt;
}
#nostampa {
	display: none;
}
.noprint {
	display: none;
}
