BODY {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	margin-top : 10px;
	margin-right : 80px;
	margin-left : 100px;
	text-align : justify;
	color : navy;
}

A {
	text-decoration: none;
	color: blue;
}

A:HOVER {
	text-decoration: underline;
	color: Fuchsia;
}

A:LINK {
	text-decoration : none;
	color : Blue;
}

A:ACTIVE {
	text-decoration : none;
	color : Red;
}

A:VISITED {
	text-decoration : none;
	color : "#800000";
}

H1  {
	text-decoration : none;
	color : Navy;
}

H2  {
	text-decoration : none;
	color : navy;
}

H3  {
	text-decoration : none;
	color : Navy;
}

H4  {
	text-decoration : none;
	color : navy;
}

H5  {
	text-decoration : none;
	color : navy;
}

H6  {
	text-decoration : none;
	color : Black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

TABLE  {
	text-align : center;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	border-style : inset;
	border-width : thin;
	padding : 160px;
	margin : 2px;
}

H1.title  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : red;
	font-size : 32px;
	font-weight : bold;
}

H2.title  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #49D05C;
	font-size : 28px;
	font-weight : bold;
}

H3.title  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #F85EC0;
	font-weight : normal;
}

H4.title  {
	font-family : Arial, Helvetica, sans-serif;
	text-align : justify;
}

P {
	vertical-align : top;
	margin-top : 10px;
	margin-right : 100px;
	margin-left : 0px;
	text-align : justify;
	color : navy;
	font-size : x-small;
	width : 576px;
}

P.profilo  {
	vertical-align : top;
	margin-top : 10px;
	margin-right : 10px;
	margin-left : 0px;
	text-align : justify;
	color : navy;
	font-size : 12px;
	width : 576px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

P.old  {
	font-family : "Book Antiqua", "Bookman Old Style", "Times new Roman", "Serif"
	vertical-align : top;
	margin-top : 10px;
	margin-right : 100px;
	margin-left : 0px;
	text-align : justify;
	color : White;
	font-size : 18px;
}

P.script  {
	vertical-align : top;
	margin-top : 10px;
	margin-right : 100px;
	margin-left : 0px;
	text-align : justify;
	color : White;
	font-size : 20px;
	font-family : "Script MT", "Script MT Bold", "script", "cursive";
}

LI.normal  {
	vertical-align : top;
	margin-top : 10px;
	margin-right : 100px;
	margin-left : 0px;
	text-align : justify;
	color : White;
	font-size : medium;
	width : 535px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

