<!--
a:link {
font-family: helvetica, arial, sans-serif; 
font-size : 10pt;
color: #687EAF;
text-decoration: underline ;
font-style: italic ;
font-weight: bold;
}

a:visited {
font-family: helvetica, arial, sans-serif;
font-size : 10pt;
color : #687EAF;
text-decoration: underline ;
font-style: italic ;
font-weight: bold;
}

a:hover { 
font-family: helvetica, arial, sans-serif ;
font-size : 10pt;
color: #B60543;
text-decoration: underline;
font-style: italic ;
font-weight: bold;
}

.txt {
font-family: helvetica, arial, sans-serif;
font-size : 10pt; 
color: #585858;
}
-->