body {
	background-color: #8C82B4;
}

body.index {
	background-color: #FFFFFF;
}


h1.titolo {
	font-family: fantasy;
	color: red;
}

div.testo {
	font-family: arial, helvetica, sans-serif;
}

div.articolo {

	color: black;
	margin-left: 15%;
	margin-right: 15%;

	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	padding: 1% 3%;


}

div.citaz {

	color: black;
	margin-left: 15%;
	margin-right: 15%;

	font-family: arial, helvetica, sans-serif;
	text-align: center;
	padding: 1% 3%;


}


div.titolo {
	color: black;
	font-weight: bold;
	background-color: #919455;
	margin-top: 1%;
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	margin-bottom: 1%;
}


div.link {
	color: #FFF8c0;
	font-size: 120%;
	font-family: arial, helvetica, sans-serif;
	margin-right: 10%;
	margin-left: 10%;
}


div.menu {
	color: #FFF8A1;
	font-size: 120%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background-color: #B2E4FF;
	margin-right: 15%;
	margin-left: 15%;
}
table {
	border-color: #1E5845;
	border-width: 10px;
}


table.menu {
	color: #FFF8A1;
	border-color: #1E5845;
	font-size: 120%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background-color: #B2E4FF;
	border-width: 100px;
	margin-right: 15%;
	margin-left: 15%;
}



a:active.norm {
	color: #F5FFA2;
	text-decoration: none;
	font-weight: bold;
}

a:link.norm {
	text-decoration: none;
	color: #F5FFA2;
}
a:visited.norm {
	color: #F5FFA2;
	text-decoration: none;
}
a:hover.norm {
	color: #F5FFA2;
	font-weight: bold;
	text-decoration: none;
 }
a:active.menu {
	color: #F5FFA2;
	text-decoration: none;
	font-weight: bold;
}

a:link.menu {
	text-decoration: none;
	color: #F5FFA2;
}
a:visited.menu {
	color: #F5FFA2;
	text-decoration: none;
}
a:hover.menu {
	color: #F5FFA2;
	font-weight: bold;
	text-decoration: none;
}

a:active.link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:link.link {
	text-decoration: none;
	color: #000000;
}
a:visited.link {
	color: #000000;
	text-decoration: none;
}
a:hover.link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


a:active      {
	text-decoration: none;
	font-weight: bold;
}

a:link   {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
