/* Documento CSS - Paolo Miggiano 2005 */

body {
	padding : 0;
	margin : 0;
	background-color: #000099;
	text: #f3f3ee;
	/* alternative FCC e FCF #FFE4B5 Mocassin*/
	/* #FFDEAD NavajoWhite #F5DEB3 Wheat #FFE4C4 Bisque1 #FFD39B BurlyWood1 */
}

#content {
	padding-top : 0px;
	padding-bottom : 30px;
	padding-left : 240px;
	padding-right : 10%;
}

#content h1 {
	font-family : Algerian, "Monotype Corsiva", Times, serif;
	font-size : 200%;
	font-weight : bold;
	color : #ff6600;
	background-color : transparent;
	letter-spacing: 0.1em;
}

#content h2 {
	font-family : Algerian, "Monotype Corsiva", Times, serif;
	font-size : 160%;
	font-weight : bold;
	color : #ff6600;
	background-color : transparent;
	letter-spacing: 0.1em;
}

#content h3 {
	font-family : Algerian, "Monotype Corsiva", Times, serif;
	font-size : 140%;
	font-weight : bold;
	color : #ff6600;
	background-color : transparent;
	letter-spacing: 0.1em;
}

#content h4 {
	font-family : Algerian, "Monotype Corsiva", Times, serif;
	font-size : 200%;
	font-weight : bold;
	color : #ff9900;
	background-color : transparent;
	letter-spacing: 0.1em;
}

#content h5 {
	font-family : sans-serif;
	/* font-family : Algerian, "Monotype Corsiva", Times, serif; */
	font-size : 160%;
	font-weight : bold;
	color : #ff9900;
	background-color : transparent;
	letter-spacing: 0.1em;
}

#content h6 {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	/* font-family : Algerian, "Monotype Corsiva", Times, serif; */
	font-size : 200%;
	/* font-weight : bold; */
	/* color : #ff9900; */
	color : #ff6600;
	background-color : transparent;
	letter-spacing: 0.1em;
	text-transform:none;
}

#content p {
	/* font-family : "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif; */
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : normal;
	color : #f3f3ee;
	background-color : transparent;
	line-height : 140%;
	text-align: justify;
}

#content ul {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : normal;
	color : #f3f3ee;
	background-color : transparent;
	line-height : 140%;
	left: auto;
}

#content ol {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : normal;
	color : #f3f3ee;
	background-color : transparent;
	line-height : 140%;
	left: auto;
}

#content li {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : normal;
	color : #f3f3ee;
}

#content a:link {
	color : #f3f3ee;
	text-decoration : underline;
}

#content a:visited {
	color : #999;
	text-decoration : underline; 
}

#content a:hover {
	text-decoration : none;
	/* font-weight: bold; */
}

#content th {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color : #f3f3ee;
	background-color : transparent;
	line-height : 140%;
	vertical-align: top;
	padding: 10px;
}

#content td {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : normal;
	color : #f3f3ee;
	background-color : transparent;
	line-height : 140%;
	vertical-align: top;
}

#content .testogrande {
	font-size : 130%;
	margin-bottom: -2%;
}

.logo {
	color: #FF6810;
	text-align: center;
}

.titolo {
	font-family: Algerian, "Monotype Corsiva", Times, serif;
	font-size: 50px;
	color: #ff6600;
	letter-spacing: 0.3em;
}

.sotitolo {
	font-family: Algerian, "Monotype Corsiva", Times, serif;
	font-size: 16px;
	color: #ff6600;
	letter-spacing: 0.2em;
}

.script {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #ff9900;
	letter-spacing: 0.5em;
}

.iniziopagina {
	float : right;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 90%;
	color : ##f3f3ee;;
	margin : 0;
}

#navigation {
	position : absolute;
	top : 260px;
	left : 41px;
	/* mig, aumento larghezza per migliorare aspetto in Firefox, old:  width : 160px; */
	width : 160px;
}

#navigation p {
	margin-bottom : 2px;
	margin-top : 0px;
	font-family: Arial, Helvetica, sans-serif;
	/* mig, old font size: font-size : 90%; */
	font-size : 14px;
	/* mig, se metto bold in Firefox va su due righe - font-weight: bold; */
	color : #CCC;
}

.button a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	/* mig, lascio font a 90% - font-size: 100%; */
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
	display: block;
	border: 1px solid #333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 100%;
}

.button a:hover {
	background-color : #666;
	border : 1px solid #333333;
	color : #FFF;
	text-decoration : none;
}

.boxdx {
	float : right;
	font-family : webdings, fantasy;
	font-size : 80px;
	color : #999999;
	margin : 2px 2px 2px 10px;
}

.boxsx {
	float : left;
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 75px;
	color : #999999;
	margin : 2px 10px 2px 2px;
}

.webdingsmall {
	float : right;
	font-family : webdings, fantasy;
	font-size : 30px;
	color : #999999;
	margin : 0;
}

.linkdizio a:link {
	color: #F93;
	text-decoration: overline;
}

.rossoevidenzia {
	font-weight: bold;
	color: #ff6600;
}

.arancioevidenzia {
	font-weight: bold;
	color: #ff9900;
}

.linkdizio a:hover {
	background-color : #F93;
	color : #000;
	text-decoration : none;
	font-weight: bold;
}

.linkdizio a:visited {
	color : #FF6810;
	text-decoration : overline;
	font-weight: bold;
}

