diff --git a/Identity/Models/Css/Texi2html/common.css b/Identity/Models/Css/Texi2html/common.css
index a7a2de1..7d35a16 100755
--- a/Identity/Models/Css/Texi2html/common.css
+++ b/Identity/Models/Css/Texi2html/common.css
@@ -67,19 +67,19 @@ a.nonexistent:hover { color: gray; }
 
 a.www:before { 
     white-space:nowrap; 
-    content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/www.png); 
+    content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/a-www.png); 
     margin: 0 0.2em; 
     }
 
 a.http:before { 
     white-space:nowrap; 
-    content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/www.png); 
+    content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/a-www.png); 
     margin: 0 0.2em; 
     }
 
 a.https:before { 
     white-space:nowrap; 
-    content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/www.png); 
+    content: url(/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/a-www.png); 
     margin: 0 0.2em; 
     }
 
diff --git a/Identity/Models/Css/Texi2html/transformations.sed b/Identity/Models/Css/Texi2html/transformations.sed
index 3b6f1d2..fed869f 100644
--- a/Identity/Models/Css/Texi2html/transformations.sed
+++ b/Identity/Models/Css/Texi2html/transformations.sed
@@ -42,3 +42,6 @@ s!<blockquote><p><strong>Removed</strong>!<blockquote class="red"><img src="/hom
 
 # Headings
 s!<hr size="[[:digit:]]">!!g
+
+# Links
+s!<a href="(https|http|ftps|ftp)://!<a class="www" href="\1://!g