body { 
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	}
	
#menu {
	background-color: #EEEEEE;
	margin-right:2ex;
	width:14ex;
		text-align: center;
		float:left;
	height: 2500px; 
	}
	
#menu>p {
	display: block;
	background-color: #02B6E4;
	color: white;
	height: 2em;
	width: 12ex;
	margin: 1ex;
	padding-top: 1.5ex;
	text-align: center;
	}
#menu a, #menu a:visited {
	color: inherit;
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
	}
#menu img {
		border:none;
		}

#menu p:hover {
	background-color : #FE6E04;
	}

h1,h2, .arancio {
	color : #FE6E04;
	}

h3 {
	color: black;
	}

#banner {
	line-height: 2ex;
	border-bottom: thick solid #02B6E4;
	}

#corpo {
font-size: 11pt;
margin-top: 3ex;
	}
#corpo a {
	color: #02B6E4;
	}

#corpo a:hover {
	color: #FE6E04;
	}

blockquote, q{
	font-style:italic;
	}
