H1 {
	font-size: 150%;
	font-family:Arial;
	color:black;
	font-weight:bold;
}
H2 {
	font-size: 120%;
	font-family:arial;
	color:black;
	font-weight:bold
}
H3 {font-size:100%;font-family:Verdana;color:black;font-weight:bold }
H4 {
	font-size:250%;
	font-family:arial;
	color: #4682B4;
	font-weight:bold;
	margin: 1px;
}
H5 {
	font-size: 100%;
	font-family: Arial;
	color: #4682B4;
	font-weight:bold;
	margin: 0px;
	padding-left : 10px;
}
H6 {
	font-size:120%;
	font-family:arial;
	color: #483D8B;
	font-weight:bold;
	margin-bottom : 2px;
	margin-top : 2px;
}

BODY {
	font-size:100%;
	font-family:arial;
	color:#000000;
	background-color:white;
	background : White;
}

.elenco {
	font-size: 80%;
	font-family: Verdana;
	color:#000000;
	background-color:white;
	background : White;
	font : bold;
}

.testo {
	font-size: 80%pt;
	font-family: arial;
	color:#000000;
	background-color:white;
	background : White;
	font-weight : normal;
}

.matlab {
	font-size: 80%pt;
	font-family: arial;
	color:#000000;
	background-color: #FF80FF;
	background : #FF80FF;
	font-weight : bold;
}





.bianco {
	font-size: 100%pt;
	font-family: arial;
	color: White;
	font : bold;
}

.rosso {
	font-size: 100%pt;
	font-family: arial;
	color: Red;
	font : bold;
}

.verde {
	font-size: 100%pt;
	font-family: arial;
	color: Lime;
	font : bold;
}

.blu{
	font-size: 100%pt;
	font-family: arial;
	color: Blue;
	font : bold;
}

.rosa{
	font-size: 100%pt;
	font-family: arial;
	color: Fuchsia;
	font : bold;
}



P{
	text-decoration:none;
	margin-top:15px;
	text-align: justify;
	font-size: 100%;
	font-family:arial;
}

a{
	font-weight: normal;
	font-family : Arial;
	font-size : 100%;
	background-color : transparent;
	text-decoration : none;
	color : Black;
}

a:visited {
	color: #4682B4;
	font-weight: normal;
	font-family : Arial;
	font-size : 100%;
	background-color : transparent;
}
a:hover{
	color: #4682B4;
	font-weight: normal;
	font-family : Arial;
	font-size : 100%;
	background-color : transparent;
	text-decoration : underline;
}

a:active{
	color: #483D8B;
	font-weight: normal;
	font-family : Arial;
	font-size : 100%;
	background-color : transparent;
}

div.testata  {
	color: Black;
	background-color : transparent;
	padding:5px;
	border-top: 2px dashed #483D8B;
	border-bottom: 2px dashed #483D8B;
}

div.contenuto{
	padding: 5px 5px;
	color: Black;
} 

#contenutoprincipale {
	position: relative;
	top: 0;
	left: 0;
	width: 70%;
	padding: 10px;
	border-right: 2px dashed Blue;
	background: White;
}

#contenutoprincipale ul {
	position: relative;
	top: 0;
	left: 0;
	width: 90%;
	padding: 10px;
	list-style: square url(introduzione/star.gif);
	padding-left:1.5 em;
}

#immaginesin {
	float: left;
	margin: 5px 10px 0 5px;
	background: #D2D2D2;
}

#immaginesin   img {
	border: 2px solid #8D8D8D;
	position: relative;
	top:-5px;
	left: -5px;
}

#immaginedes{
	float: right;
	margin: 5px 10px 0 5px;
	background: #D2D2D2;
}

#immaginedes   img {
	border: 2px solid #8D8D8D;
	position: relative;
	top:-5px;
	left: -5px;
}


#linksito {
	padding: 5px 5px 5px;
	left : 71%;
	position : absolute;
	font : bold;
	font-size : 90%;
}

#linksito ul {
	margin:0;
	padding-left:1.5 em;
	list-style: disc none;
	color: Red;
	list-style-type : square;
}

#link_sito {
	padding: 5px 5px 5px 5px;
	font : bold;
	font-size : 90%;
	text-align : left;
}

#link_sito ul {
	margin:0;
	padding-left:1.5 em;
	list-style: square none;
	color: #483D8B;
	list-style-type : square;
}



div.piede{
	color: Gray;
	background-color: transparent;
	padding: 10px;
	border-top: 2px dashed #483D8B;
	border-bottom: 2px dashed #483D8B;
	font-size : 80%;
} 

