<!--
a:link { 
font-family : Verdana, Arial;
font-size : 12px;
color : #ffff00;
font-weight : bold;
text-decoration : none;
} 
a:visited { 
font-family : Verdana, Arial;
font-size : 12px;
color : #00ff00;
font-weight : bold;
text-decoration : none;
} 
a:hover { 
font-family : Verdana, Arial;
font-size : 12px;
color : #ff00ff;
text-decoration : none;
} 
@media print { 
body { 
display : none;
} 
}
-->
