@charset "windows-1256";
<style type="text/css">       
a:link { color:blue; text-decoration: none}
a:visited { text-decoration: none}
a:hover {color: magenta; text-decoration: non;}
a:active {color: gray}
</style>

