<!--
a.s:link
{ font-family: helvetica;
font-size: x-small;
text-decoration: underline;
text-align: left;
color: #00005F;
}

a.s:visited
{ font-family: helvetica;
 font-size: x-small;
 text-align: left;
 color: #000000
 background: #FFFF80;
 text-decoration: underline; }

a.s:hover {
font-family: helvetica;
font-size: x-small;
text-align: left;
color: #00005F;
background: #FFDF00;
text-decoration: underline overline;
}

a.s:active {
font-family: helvetica;
font-size: x-small;
text-align: left;
color: #00005F;
background: #FFDF00;
text-decoration: underline;
 }
-->
