/* ************ */
/* CORPO PAGINA */
/* ************ */
body{
background-color: D8EDAA;
}

/* ********* */ /* TITOLO */ /* ********** */
.para1 { margin-top: -42px; margin-left: 50px; margin-right: 10px; font-family: "font2, Arial"; font-size: 28px; line-height: 35px; text-align: center; color: #FFFFFF; }
.para2 { margin-top: 15px; margin-left: 5px; margin-right: 12px; font-family: "font1, Arial Black"; font-size: 40px; line-height: 40px; text-align: center; color: #000060; }

/* ********* */
/* PARAGRAFI */
/* ********* */
p.titolo{
color: #000080;
font-family: tahoma;
text-align: center;
font-style: italic;
font-size: 14pt;
font-weight: bold;
}

/* ************* */
/* TESTO NORMALE */
/* ************* */

font.normal{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #000080;
}

/* ************* */
/* TESTO NORMALE2 */
/* ************* */

font.normal2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: 000080;
}
/* ************* */
/* TESTO NORMALE3 */
/* ************* */

font.normal3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #ffffff;
}

/* ***************** */
/* LINK IPERTESTUALI */
/* ***************** */
a{
color: #000144;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

a:link, a:active{
text-decoration: none;
}

a:visited{ 
text-decoration:none;
color:000080;
font-family: verdana; font-size: 14px; 
}

a:hover{
text-decoration:none;
color: #ff6633;
}

/* ************** */
/* LISTE ORDINATE */
/* ************** */

ol{
font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
color: #000080;
}
