/* ///// BASE SCREEN CSS for older browser - DJVU.ORG - by Opendoc Srl 2007 ///// */

/* /// Layout Rules /// */
body {
	background-color: #fff;
	}

div.footer {
	text-align: center;
	}

fieldset {
	border: 0px;
	}

table {
	padding: 3px;
	/*width: 100%;*/
	}
/* /// End Layout Rules /// */

/* ///Others elements Style/// */
#skipLink {
	display: none;
	}

img {
	border: 0px;
	text-decoration: none;
	}
	
img.presentazione {
	float: right;
	}
/* ///End Others elements Style/// */

/* ///Text Style/// */
body, p, th, td, li {
	font-family: verdana, arial, helvetica, sans-serif;
	}

h1 {
	margin-top: 20px;
	font-size: 24px;
	}

h2 {
	margin-top: 30px;
	font-size: 18px;
	}
	
h3 {
	margin-top: 20px;
	font-size: 16px;
	}
	
p.indent {
	text-indent: 20px;
	}
	
blockquote {
	font-style: italic;
	margin-bottom: 25px;
	}
/* ///End Text Style/// */	